feat: Changes pihole web port binding.

This commit is contained in:
2025-03-25 14:16:56 -04:00
parent 82f84f8b04
commit 3d08ba1932

View File

@@ -6,7 +6,7 @@ services:
ports: ports:
- "53:53/tcp" - "53:53/tcp"
- "53:53/udp" - "53:53/udp"
- "8088:80/tcp" # remove when integrated into the proxy. - "8089:80/tcp" # remove when integrated into the proxy.
networks: networks:
proxy: {} proxy: {}
pihole_bridge: pihole_bridge:
@@ -32,6 +32,8 @@ services:
networks: networks:
pihole_bridge: pihole_bridge:
ipv4_address: 192.168.100.3 ipv4_address: 192.168.100.3
cap_add:
- NET_ADMIN
volumes: volumes:
- unbound_data:/opt/unbound/etc/unbound - unbound_data:/opt/unbound/etc/unbound