File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1
- # TZ=America/Chicago
2
- WEBPASSWORD = pihole
3
- # DNS1=8.8.8.8
4
- # DNS2=8.8.4.4
5
- # DNSSEC=false
6
- # DNS_BOGUS_PRIV=True
7
- # CONDITIONAL_FORWARDING=False
8
- # CONDITIONAL_FORWARDING_IP=your_router_ip_here (only if CONDITIONAL_FORWARDING=true)
9
- # CONDITIONAL_FORWARDING_DOMAIN=optional
10
- # CONDITIONAL_FORWARDING_REVERSE=optional
11
- # ServerIP=your_Pi's_IP_here << recommended
12
- # ServerIPv6= your_Pi's_ipv6_here << Required if using ipv6
13
- # VIRTUAL_HOST=$ServerIP
14
- # IPv6=True
1
+ TZ = ${ TZ:-Etc/UTC }
2
+ # see https://sensorsiot.github.io/IOTstack/Containers/Pi-hole/#adminPassword
3
+ WEBPASSWORD =
15
4
INTERFACE = eth0
16
- # DNSMASQ_LISTENING=local
5
+ # see https://github.com/pi-hole/docker-pi-hole#environment-variables
Original file line number Diff line number Diff line change 6
6
- " 53:53/udp"
7
7
- " 67:67/udp"
8
8
- " 8089:80/tcp"
9
- # - "443:443/tcp"
10
9
env_file :
11
10
- ./services/pihole/pihole.env
12
11
volumes :
You can’t perform that action at this time.
0 commit comments