feat: Changes pihole web port binding.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user