Merge pull request #66 from malko/adguard-port-review

🔧 Update ports to match latest adguard dockerfile
This commit is contained in:
Mauricio Siu 2025-04-09 01:13:57 -06:00 committed by GitHub
commit f063af3958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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