dnsrouting

This commit is contained in:
2026-04-03 12:45:12 +02:00
parent 257aadc895
commit b09ea468cb

View File

@@ -7,9 +7,9 @@ services:
env_file:
- .env
ports:
- "53:53/tcp"
- "53:53/udp"
- "${PIHOLE_WEB_PORT}:80"
- "${WG_IP}:53:53/tcp"
- "${WG_IP}:53:53/udp"
- "${WG_IP}:${PIHOLE_WEB_PORT}:80"
environment:
TZ: ${TZ}
WEBPASSWORD: ${WEBPASSWORD}