Fix dashboard HTTP port mapping in docker-compose.yml
Deploy mini-pc / deploy (push) Failing after 11s
Deploy mini-pc / deploy (push) Failing after 11s
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
|||||||
- 53:53/udp # DNS - **mandatory**
|
- 53:53/udp # DNS - **mandatory**
|
||||||
#- "67:67/udp" # DHCP server - optional, only if AdGuard handles DHCP
|
#- "67:67/udp" # DHCP server - optional, only if AdGuard handles DHCP
|
||||||
#- "68:68/udp" # DHCP server - optional
|
#- "68:68/udp" # DHCP server - optional
|
||||||
- 808:80/tcp # Dashboard HTTP - optional, only if not using HTTPS
|
- 8088:80/tcp # Dashboard HTTP - optional, only if not using HTTPS
|
||||||
- 4438:443/tcp # DNS-over-HTTPS / dashboard HTTPS - optional but recommended if using DoH
|
- 4438:443/tcp # DNS-over-HTTPS / dashboard HTTPS - optional but recommended if using DoH
|
||||||
- 784:784/udp # DNS-over-QUIC (beta) - optional, experimental
|
- 784:784/udp # DNS-over-QUIC (beta) - optional, experimental
|
||||||
- 853:853/tcp # DNS-over-TLS - optional
|
- 853:853/tcp # DNS-over-TLS - optional
|
||||||
|
|||||||
Reference in New Issue
Block a user