fix: pihole custom.list

This commit is contained in:
abarriada 2025-03-08 19:17:58 +01:00
parent fe7e815482
commit b59b9ec40d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ services:
FTLCONF_dns_upstreams: '172.70.9.2#5053' FTLCONF_dns_upstreams: '172.70.9.2#5053'
# Volumes store your data between container upgrades # Volumes store your data between container upgrades
volumes: volumes:
# - './custom.list:/etc/pihole/hosts/custom.list' # remember to add your domains to this - './custom.list:/etc/pihole/custom.list' # remember to add your domains to this
- '${WORKING_DIR}/pihole/:/etc/pihole/' - '${WORKING_DIR}/pihole/:/etc/pihole/'
- '${WORKING_DIR}/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/' - '${WORKING_DIR}/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/'
# Recommended but not required (DHCP needs NET_ADMIN) # Recommended but not required (DHCP needs NET_ADMIN)