Replies: 4 comments 2 replies
-
Did you try to ping ddns-updater container from nginx container ? Are you sure it is reachable ? I proxy the web UI using Caddy with no particular setting. You don't have any https ? |
Beta Was this translation helpful? Give feedback.
-
This is likely an nginx configuration issue, are you sure you are proxying to port 8000 of the container and not 18000? docker exec nginx wget -qO- http://ddns-updater:8000 |
Beta Was this translation helpful? Give feedback.
-
First - clarification, it's not And yes, I'm sure I'm exposing the container port. Both containers are in the same network, the domain mapping is for However when I try with the |
Beta Was this translation helpful? Give feedback.
-
I would like to second this issue. I am facing the exact same issue but with Traefik reverse proxy. I can access via http://host-ip:8000 but I cannot access via Traefik. And yes, ddns-updater is part of Traefik network. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm unable to access the UI with my reverse proxy.
I have a pretty basic setup - a container with two networks - the default one and one for Nginx Proxy Manager.
There I create a basic binding for
http://ddns-updater:8000/
and give it a URL. This doesn't work.However when I go to
http://server_up:18000/
everything loads perfectly fine.All my other services are set up this way and it works fine, but not in this case.
Is there any additional setup that I need to do?
Here is my
docker-compose.yml
file:Beta Was this translation helpful? Give feedback.
All reactions