mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
🔧 Update ports to match latest adguard dockerfile
This commit is contained in:
parent
cf34abcfa6
commit
6a0b3b6644
@ -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: {}
|
Loading…
Reference in New Issue
Block a user