🔧 Update ports to match latest adguard dockerfile

This commit is contained in:
Jonathan Gotti 2025-04-07 02:09:02 +02:00
parent cf34abcfa6
commit 6a0b3b6644

View File

@ -4,18 +4,17 @@ services:
image: adguard/adguardhome:latest image: adguard/adguardhome:latest
restart: unless-stopped restart: unless-stopped
ports: ports:
- "53:53/tcp" - "53:53/tcp" # DNS
- "53:53/udp" - "53:53/udp" # DNS
- "784:784/udp" - "67:67/udp" # DHCP Server
- "853:853/tcp" - "68:68/tcp" # DHCP Client
- "853:853/udp" - "853:853/tcp" # DNS over TLS, DNS-over-QUIC
- "8853:8853/udp" - "853:853/udp" # DNS over TLS, DNS-over-QUIC
- "5443:5443/tcp" - "6060:6060/tcp" # HTTP (pprof)
- "5443:5443/udp"
volumes: volumes:
- adguardhome-work:/opt/adguardhome/work - adguardhome-work:/opt/adguardhome/work
- adguardhome-conf:/opt/adguardhome/conf - adguardhome-conf:/opt/adguardhome/conf
volumes: volumes:
adguardhome-work: {} adguardhome-work: {}
adguardhome-conf: {} adguardhome-conf: {}