From fa8b6949aae0d6c0d8356dd4f8981331063f0850 Mon Sep 17 00:00:00 2001 From: Tord-Vincent Heggland Date: Sun, 22 Mar 2026 19:11:23 +0100 Subject: [PATCH] onlyonwg --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4c124c1..b601f73 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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}