finnishprivresolv

This commit is contained in:
2026-04-03 20:59:28 +02:00
parent 659709a2e9
commit 69bf4564dc

View File

@@ -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: