AdGuard Home - network_mode modifications.

This commit is contained in:
2025-06-08 05:13:40 -04:00
parent 03f6a061b7
commit 3e0d2963a5
+12 -9
View File
@@ -138,6 +138,8 @@ services:
volumes:
- ${DOCKER_VOLUME_CONFIG}/actual-budget:/data
adguard:
cap_add:
- NET_BIND_SERVICE
container_name: adguard
environment:
TZ: ${TZ}
@@ -155,15 +157,16 @@ services:
homepage.widget.url: http://adguard:80
homepage.widget.username: admin
homepage.widget.password: ${ADGUARD_PASSWORD}
ports:
- "192.168.1.254:53:53/udp"
- "192.168.1.254:53:53/tcp"
- 3001:3000
- "192.168.1.254:446:443/tcp"
- 8008:80
- "192.168.1.254:853:853/tcp"
- 67:67
- 688:68
network_mode: host
# ports:
# - "192.168.1.254:53:53/udp"
# - "192.168.1.254:53:53/tcp"
# - 3001:3000
# - "192.168.1.254:446:443/tcp"
# - 8008:80
# - "192.168.1.254:853:853/tcp"
# - 67:67
# - 688:68
restart: unless-stopped
user: 1000:1000
volumes: