starting unbound

This commit is contained in:
2026-04-03 20:33:34 +02:00
parent 943994bd73
commit 659709a2e9

View File

@@ -9,9 +9,11 @@ services:
ports: ports:
- "127.0.0.1:53:53/tcp" - "127.0.0.1:53:53/tcp"
- "127.0.0.1:53:53/udp" - "127.0.0.1:53:53/udp"
- "${WG_IP}:53:53/tcp" - "${WG_GUEST_IP}:53:53/tcp"
- "${WG_IP}:53:53/udp" - "${WG_GUEST_IP}:53:53/udp"
- "${WG_IP}:${PIHOLE_WEB_PORT}:80" - "${WG_ADMIN_IP}:53:53/tcp"
- "${WG_ADMIN_IP}:53:53/udp"
- "${WG_ADMIN_IP}:${PIHOLE_WEB_PORT}:80"
environment: environment:
TZ: ${TZ} TZ: ${TZ}
WEBPASSWORD: ${WEBPASSWORD} WEBPASSWORD: ${WEBPASSWORD}