This commit is contained in:
abarriada 2025-04-14 09:30:19 +02:00 committed by GitHub
commit bef387cd9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ services:
FTLCONF_dns_upstreams: '172.70.9.2#5053'
# Volumes store your data between container upgrades
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-dnsmasq.d/:/etc/dnsmasq.d/'
# Recommended but not required (DHCP needs NET_ADMIN)