Additional port configs for AdGuard Home.

This commit is contained in:
2025-04-22 10:07:05 -04:00
parent af17e3968d
commit 3723b0ef01
+3 -1
View File
@@ -66,11 +66,13 @@ services:
homepage.widget.password: ${ADGUARD_PASSWORD} homepage.widget.password: ${ADGUARD_PASSWORD}
ports: ports:
- "192.168.1.254:53:53/udp" - "192.168.1.254:53:53/udp"
- "192.168.1.254:53:53/tcp"
- 53:53/tcp - 53:53/tcp
- 3001:3000 - 3001:3000
- 446:443 - 446:443
- 8008:80 - 8008:80
- 853:853 - "192.168.1.254:53:853:853/tcp"
- "192.168.1.254:53:8853:8853/udp"
- 67:67 - 67:67
- 688:68 - 688:68
restart: unless-stopped restart: unless-stopped