mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
5 lines
242 B
Bash
5 lines
242 B
Bash
# You can find documentation for all the supported env variables at https://homarr.dev/docs/advanced/environment-variables/
|
|
|
|
# Generate SECRET_ENCRYPTION_KEY using: openssl rand -hex 32
|
|
SECRET_ENCRYPTION_KEY="your_secret_encryption_key_here"
|