feat(docker-stack-pihole): add dnsmasq conf volume
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user