This commit is contained in:
2026-04-06 15:17:37 +02:00
parent 69bf4564dc
commit 69a58598f8
2 changed files with 6 additions and 1 deletions

View File

@@ -22,9 +22,10 @@ services:
FTLCONF_dns_listeningMode: all
networks:
- dns_net
- proxy_net
volumes:
- pihole_data:/etc/pihole
- pihole_dnsmasq:/etc/dnsmasq.d
- ./pihole_dnsmasq:/etc/dnsmasq.d
cap_add:
- NET_ADMIN
@@ -32,6 +33,8 @@ services:
networks:
dns_net:
external: true
proxy_net:
external: true
volumes:
pihole_data: