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