Compare commits
1 Commits
wholenetwo
...
69bf4564dc
| Author | SHA1 | Date | |
|---|---|---|---|
| 69bf4564dc |
@@ -20,6 +20,8 @@ services:
|
|||||||
PIHOLE_DNS_: ${PIHOLE_DNS_}
|
PIHOLE_DNS_: ${PIHOLE_DNS_}
|
||||||
DNSMASQ_LISTENING: all
|
DNSMASQ_LISTENING: all
|
||||||
FTLCONF_dns_listeningMode: all
|
FTLCONF_dns_listeningMode: all
|
||||||
|
networks:
|
||||||
|
- dns_net
|
||||||
volumes:
|
volumes:
|
||||||
- pihole_data:/etc/pihole
|
- pihole_data:/etc/pihole
|
||||||
- pihole_dnsmasq:/etc/dnsmasq.d
|
- pihole_dnsmasq:/etc/dnsmasq.d
|
||||||
@@ -27,6 +29,10 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
||||||
|
networks:
|
||||||
|
dns_net:
|
||||||
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pihole_data:
|
pihole_data:
|
||||||
pihole_dnsmasq:
|
pihole_dnsmasq:
|
||||||
|
|||||||
Reference in New Issue
Block a user