Replies: 5 comments 4 replies
-
I am not sure what you mean, AGH listens on all available network interfaces on the screenshot. Note, that from inside of a docker container we cannot listen to your host's network interfaces, that's what port forwarding is for. |
Beta Was this translation helpful? Give feedback.
-
that is not entirely true. Like i mentioned, my other containers running services like Radarr, Sonarr, Plex are all available using my host IP, however, Adguard is not. It only sees the loopback interface and the docker container IP (not host) which causes an issue as it doesnt allow Adguard to differentiate clients on the LAN. Adguard thinks all clients are running through the container IP, which again is not the case. |
Beta Was this translation helpful? Give feedback.
-
Your compose file has |
Beta Was this translation helpful? Give feedback.
-
No, you're not missing anything, @ainar-g. I'm getting the same error that @bigverm23 is getting too. Running through docker but not docker compose.
Replacing ports 80 and 443 since they're already in use and 3000 as well since many developers use that and is often used. I get the same problem with the dashboard not forwarding correctly because it only identifies two interfaces. Docker,
|
Beta Was this translation helpful? Give feedback.
-
Hmmm, well I decided to run it as
It gives me every interface as an option. I chose
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Details
AdguardHome Docker is not listening on the local docker host interface
Docker version 19.03.8, build afacb8b7f0
2021/09/13 16:19:37.547204 [info] AdGuard Home, version v0.106.3
2021/09/13 16:19:37.548650 [info] Go to http://127.0.0.1:3000
2021/09/13 16:19:37.548658 [info] Go to http://172.21.0.13:3000
Expected Behavior
Run docker container and be directed to http://dockerhostIP:3000 for setup
Actual Behavior
Run docker container and directed to http://172.21.0.13:3000 for setup
Docker-Compose: https://pastebin.com/iNdG99R0
Beta Was this translation helpful? Give feedback.
All reactions