feat(docker-stack-pihole): add dnsmasq conf volume

This commit is contained in:
2025-09-25 23:36:00 +03:00
parent bbee335940
commit ce11ae96b0

View File

@@ -7,10 +7,12 @@ services:
FTLCONF_webserver_api_password: '${PIHOLE_WEBPASSWORD}'
FTLCONF_dns_listeningMode: all
FTLCONF_dns_upstreams: dnscrypt-proxy#5353
FTLCONF_misc_etc_dnsmasq_d: true
labels:
- com.centurylinklabs.watchtower.enable=false
volumes:
- ${SERVICE_DATA_ROOT_PATH}/config:/etc/pihole
- ${SERVICE_DATA_ROOT_PATH}/dnsmasq:/etc/dnsmasq.d
ports:
- "${PIHOLE_DNS_PORT}:53/tcp"
- "${PIHOLE_DNS_PORT}:53/udp"