Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Can you put the other containers on the same network in Docker? Then they'll have access.
    – slhck
    Commented Nov 21, 2019 at 21:27
  • Yes they are on the same network, I did try that. They do have access but my other stumbling point is that the port exposing no longer works (i.e. remapping port 5000 to 9001). This is problamatic if I had many containers all with port 5000 they would clash. I rely on docker being able contain the ports and remap them so other containers don't know the real port. Putting them on the same network seems to prevent me from doing that.
    – KillerKode
    Commented Nov 21, 2019 at 21:40