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

2
.gitignore vendored
View File

@@ -66,3 +66,5 @@ go.work.sum
.env
>>>>>>> 73708ae84e8c1661dec146bee95ba7e4322e997b
dnsmasq.d
pihole_dnsmasq

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: