wholenetwork

This commit is contained in:
2026-03-22 19:25:35 +01:00
parent fa8b6949aa
commit 257aadc895

View File

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