Compare commits

..

3 Commits

Author SHA1 Message Date
659709a2e9 starting unbound 2026-04-03 20:33:34 +02:00
943994bd73 dnsroutinglocalhost& 2026-04-03 12:52:47 +02:00
b09ea468cb dnsrouting 2026-04-03 12:45:12 +02:00

View File

@@ -7,9 +7,13 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- "53:53/tcp" - "127.0.0.1:53:53/tcp"
- "53:53/udp" - "127.0.0.1:53:53/udp"
- "${PIHOLE_WEB_PORT}:80" - "${WG_GUEST_IP}:53:53/tcp"
- "${WG_GUEST_IP}:53:53/udp"
- "${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}