File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ TZ=${TZ:-Etc/UTC}
22# see https://sensorsiot.github.io/IOTstack/Containers/Pi-hole/#adminPassword
33WEBPASSWORD =
44INTERFACE = eth0
5+ FTLCONF_MAXDBDAYS = 365
6+ PIHOLE_DNS_ = 8.8.8.8;8.8.4.4
57# see https://github.com/pi-hole/docker-pi-hole#environment-variables
Original file line number Diff line number Diff line change 99 env_file :
1010 - ./services/pihole/pihole.env
1111 volumes :
12- - ./volumes/pihole/etc-pihole:/etc/pihole
13- - ./volumes/pihole/etc-dnsmasq.d:/etc/dnsmasq.d
12+ - ./volumes/pihole/etc-pihole:/etc/pihole
13+ - ./volumes/pihole/etc-dnsmasq.d:/etc/dnsmasq.d
1414 dns :
1515 - 127.0.0.1
1616 - 1.1.1.1
17- # Recommended but not required (DHCP needs NET_ADMIN)
18- # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities
1917 cap_add :
2018 - NET_ADMIN
2119 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments