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_file:
- .env - .env
ports: ports:
- "${WG_IP}:53:53/tcp" - "53:53/tcp"
- "${WG_IP}:53:53/udp" - "53:53/udp"
- "${WG_IP}:${PIHOLE_WEB_PORT}:80" - "${PIHOLE_WEB_PORT}:80"
environment: environment:
TZ: ${TZ} TZ: ${TZ}
WEBPASSWORD: ${WEBPASSWORD} WEBPASSWORD: ${WEBPASSWORD}