Added .env files to stacks
This commit is contained in:
18
pihole/.env
Normal file
18
pihole/.env
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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'
|
||||
Reference in New Issue
Block a user