Update pihole/docker-compose.yml
This commit is contained in:
parent
5d637703e9
commit
7c7f2620b5
@ -10,11 +10,14 @@ services:
|
|||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
||||||
- "83:80/tcp"
|
- "80:80/tcp"
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Chicago'
|
TZ: 'America/Chicago'
|
||||||
FTLCONF_LOCAL_IPV4: 192.168.1.165
|
FTLCONF_LOCAL_IPV4: 192.168.1.165
|
||||||
|
VIRTUAL_HOST: pi.hole
|
||||||
|
TEMPERATUREUNIT: f
|
||||||
DNSMASQ_LISTENING: all
|
DNSMASQ_LISTENING: all
|
||||||
|
|
||||||
# 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'
|
||||||
# # Volumes store your data between container upgrades
|
# # Volumes store your data between container upgrades
|
||||||
|
Loading…
Reference in New Issue
Block a user