mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-13 00:59:53 +00:00
8 lines
122 B
Bash
8 lines
122 B
Bash
|
TZ=Europe/Berlin
|
||
|
PUID=1000
|
||
|
PGID=1000
|
||
|
|
||
|
# please create a random secret
|
||
|
# openssl rand -base64 12
|
||
|
AuthCode=ExampleSecretKey
|