Replies: 1 comment
-
You can use the host's IP in "Forward Hostname / IP" field :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My current setup only proxies services also running in docker, to proxy them i add them all together with npm in an docker network and in npm i refer to the service by the container name and it works just fine.
However, how can i proxy a service that is running on the docker host (so directly on my machine).
How can i "break out" of docker and refer to the host machine from inside a docker container?
Beta Was this translation helpful? Give feedback.
All reactions