mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-12 16:49:51 +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
|