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 =
154INTERFACE = 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 66 - " 53:53/udp"
77 - " 67:67/udp"
88 - " 8089:80/tcp"
9- # - "443:443/tcp"
109 env_file :
1110 - ./services/pihole/pihole.env
1211 volumes :
You can’t perform that action at this time.
0 commit comments