dockervolumes
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user