Update AdGuard and Traefik Docker Compose files for improved configuration clarity

This commit is contained in:
2025-11-13 01:57:08 +01:00
parent 9688ea3e7d
commit 2423223b39
2 changed files with 3 additions and 10 deletions
+2 -6
View File
@@ -10,7 +10,7 @@ services:
- "53:53/udp"
# - "67:67/udp" # DHCP
# - "68:68/tcp" # DHCP
# - 3000:3000 # Порт для веб-интерфейса AdGuard Home
- "3000:3000/tcp"
volumes:
- ./adguardhome/work:/opt/adguardhome/work
- ./adguardhome/conf:/opt/adguardhome/conf
@@ -21,8 +21,4 @@ services:
- "traefik.docker.network=traefik-proxy"
networks:
traefik-proxy:
external: true
external: true