Merge b59b9ec40d
into 66ff3a82b3
This commit is contained in:
commit
bef387cd9f
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue