-
I thought this would be straightforward but I just cannot access webUI at http://server-ip:3000. Does anyone else experienced things like this? I use docker compose to run adguardhome in Ubuntu 18.04.
docker logs adguardhome (address part omitted, generally no errors or warnings):
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Did you forget to open the ports?
etc. More information here: |
Beta Was this translation helpful? Give feedback.
-
but with network_mode: host, any ports specified will be ignored, right? I want adguardhome to take over the network services, so I used network_mode: host. I disabled systemd-resolved.service and nginx.service. To add: if I disable network_mode: host, I can reach webUI by ONLY open 3000:3000 (other ports are being used by caddy; I eventually want to use caddy with adguardhome but for now just to keep it simple and fix the network_mode: host issue). further add: |
Beta Was this translation helpful? Give feedback.
-
iptables add 3000 port fixed it. |
Beta Was this translation helpful? Give feedback.
iptables add 3000 port fixed it.