8 lines
329 B
Plaintext
8 lines
329 B
Plaintext
|
# DOMAIN_ROOT is the root domain that this service will register as with Traefik
|
||
|
DOMAIN_ROOT=domain.tld
|
||
|
|
||
|
# WEB_UI_PASSWORD is the password for the web ui interface. If unset, it will be randomly generated and retrievable from the logs.
|
||
|
WEB_UI_PASSWORD=password
|
||
|
|
||
|
# TIMEZONE is the timezone you're set in
|
||
|
TIMEZONE=America/New_York
|