dockervolumes

This commit is contained in:
2026-03-22 18:56:04 +01:00
parent 99dfa4fa24
commit 28d3ed37f1

View File

@@ -17,7 +17,12 @@ services:
DNSMASQ_LISTENING: all DNSMASQ_LISTENING: all
FTLCONF_dns_listeningMode: all FTLCONF_dns_listeningMode: all
volumes: volumes:
- ./etc-pihole:/etc/pihole - pihole_data:/etc/pihole
- /etc/dnsmasq.d:/etc/dnsmasq.d - pihole_dnsmasq:/etc/dnsmasq.d
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
volumes:
pihole_data:
pihole_dnsmasq: