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}
2
2
# see https://sensorsiot.github.io/IOTstack/Containers/Pi-hole/#adminPassword
3
3
WEBPASSWORD =
4
4
INTERFACE = eth0
5
+ FTLCONF_MAXDBDAYS = 365
6
+ PIHOLE_DNS_ = 8.8.8.8;8.8.4.4
5
7
# see https://github.com/pi-hole/docker-pi-hole#environment-variables
Original file line number Diff line number Diff line change 9
9
env_file :
10
10
- ./services/pihole/pihole.env
11
11
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
14
14
dns :
15
15
- 127.0.0.1
16
16
- 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
19
17
cap_add :
20
18
- NET_ADMIN
21
19
restart : unless-stopped
You can’t perform that action at this time.
0 commit comments