Replies: 2 comments 3 replies
-
Have you tried connecting the containers via a network and then using their respective hostnames? |
Beta Was this translation helpful? Give feedback.
2 replies
-
So are here any way to resolve error? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup proxy hosts for various applications running on docker.
But whenever I use
localhost
or127.0.01
host Then I have bad gateway error.When I set host as machine ip address in my local network
192.168.x.x
then it works, but it requires from me allow opened ports onufw
and also I am assuming it produces unnecessary traffic in my local network.What can cause this problem?
Beta Was this translation helpful? Give feedback.
All reactions