pihole: make password configurable
This commit is contained in:
@@ -10,8 +10,8 @@ services:
|
||||
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
||||
- "4114:80/tcp"
|
||||
environment:
|
||||
TZ: 'America/Chicago'
|
||||
# WEBPASSWORD: 'set a secure password here or it will be random'
|
||||
TZ: 'Europe/Budapest'
|
||||
WEBPASSWORD: ${PI_HOLE_PASSWORD}
|
||||
# Volumes store your data between container upgrades
|
||||
volumes:
|
||||
- './etc-pihole:/etc/pihole'
|
||||
|
||||
Reference in New Issue
Block a user