Update pihole/docker-compose.yml
This commit is contained in:
parent
7c7f2620b5
commit
bb614aa6bc
@ -14,9 +14,12 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
TZ: 'America/Chicago'
|
TZ: 'America/Chicago'
|
||||||
FTLCONF_LOCAL_IPV4: 192.168.1.165
|
FTLCONF_LOCAL_IPV4: 192.168.1.165
|
||||||
|
WEB_BIND_ADDR: 192.168.1.165
|
||||||
VIRTUAL_HOST: pi.hole
|
VIRTUAL_HOST: pi.hole
|
||||||
TEMPERATUREUNIT: f
|
TEMPERATUREUNIT: f
|
||||||
DNSMASQ_LISTENING: all
|
DNSMASQ_LISTENING: all
|
||||||
|
INTERFACE: enp36s0
|
||||||
|
PIHOLE_DNS_: 127.0.0.1;8.8.8.8;8.8.4.4
|
||||||
|
|
||||||
# WEBPASSWORD: %randomAdminPassword%
|
# WEBPASSWORD: %randomAdminPassword%
|
||||||
# # WEBPASSWORD: 'set a secure password here or it will be random'
|
# # WEBPASSWORD: 'set a secure password here or it will be random'
|
||||||
|
Loading…
Reference in New Issue
Block a user