Sylvain Rougeaux
Members
-
Joined
-
Last visited
Solutions
-
Sylvain Rougeaux's post in Adguard webui port, strange behave was marked as the answerPort mapping doesn't work in network host mode.
In host mode, port opened in the docker container is opened directly on the host.
So, you have to edit the AdGuard configure file.
Stop the AdGuard container and open a terminal.
Type :
nano /mnt/user/appdata/adguard/config/AdGuardHome.yaml
Edit the AdGuard web UI settings (http/address). eg:
http: address: 192.168.1.70:3000
The IP address should be the static IP defined for your unraid machine. You can set it in the Settings -> Network Settings -> IPv4 address.
The port is up to you. 3000 is usual for AdGuard.
Hope this helps!
Regards,
Sylvain