Replies: 2 comments
-
You could try the following:
If you exec into any of the containers (docker exec -it <service> /bin/sh) you can see that joal will be listening on port 8000 on all interfaces and will be accessible from the outside (docker host) as well. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for the suggestion, even with both of the container on network_mode: service:vpn, the nginx conf does not know the joal service |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I followed the readme for another container and it appears that my web one could not find the joal one
Here is my docker compose
I would like to know if something is wrong with the readme cause the Web container could not find the joal-vpn on even with the links
The error I have in the nginx container "host not found in upstream "joal-vpn" "
Am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions