From 3d08ba1932f43532a7bb23bcc66177b29c9bbb43 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 25 Mar 2025 14:16:56 -0400 Subject: [PATCH] feat: Changes pihole web port binding. --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index cf9ec98..f9c0ed7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,7 +6,7 @@ services: ports: - "53:53/tcp" - "53:53/udp" - - "8088:80/tcp" # remove when integrated into the proxy. + - "8089:80/tcp" # remove when integrated into the proxy. networks: proxy: {} pihole_bridge: @@ -32,6 +32,8 @@ services: networks: pihole_bridge: ipv4_address: 192.168.100.3 + cap_add: + - NET_ADMIN volumes: - unbound_data:/opt/unbound/etc/unbound