adjusted default values

This commit is contained in:
2026-01-30 08:31:39 +01:00
parent b055768d75
commit b45e293e26
4 changed files with 8 additions and 5 deletions

View File

@@ -9,6 +9,6 @@ services:
# Required to set. Either manually or via the setup script.
- JWT_SECRET_KEY=${JWT_SECRET_KEY:?Required Value}
- STORAGE_PATH=${STORAGE_PATH}
- OPEN_REGISTRATION=${OPEN_REGISTRATION:-default false}
- OPEN_REGISTRATION=${OPEN_REGISTRATION:-false}
volumes:
- ./data:/data