This commit is contained in:
2026-03-22 19:11:23 +01:00
parent 28d3ed37f1
commit fa8b6949aa

View File

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