6 lines
262 B
Plaintext
6 lines
262 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
|