19 lines
486 B
Bash
19 lines
486 B
Bash
# Pi-hole Docker Environment Variables
|
|
|
|
# Ports
|
|
# DNS Ports
|
|
PORT_DNS_TCP=53
|
|
PORT_DNS_UDP=53
|
|
# Default HTTP Port
|
|
PORT_HTTP=8080
|
|
# Default HTTPs Port. FTL will generate a self-signed certificate
|
|
PORT_HTTPS=8443
|
|
# Uncomment the below if using Pi-hole as your DHCP Server
|
|
#PORT_DHCP_SERVER=67
|
|
|
|
# Environment variables
|
|
TZ=Europe/Oslo'
|
|
|
|
# Set a password to access the web interface. Not setting one will result in a random password being assigned
|
|
FTLCONF_webserver_api_password='homekbr1998'
|