Skip to content

Docker ports #13

@dsultanr

Description

@dsultanr

Do we actually need to expose theese ports to the world? I think the intercontainer communications should work "by design" without ports exposing

rabbit:
...
    ports:
      # The standard AMQP protocol port
      - '5672:5672'
      # HTTP management UI
      - '15672:15672'
      # Stomp
      - '15674:15674'
      - '61613:61613'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions