fix typo in docker-compose.yaml

remove trailing 'cat' from AUTH_ADMIN_EMAILS which breaks pydantics base-settings from correctly parsing the value
This commit is contained in:
Maximilian Dorninger
2025-07-03 13:59:52 +02:00
committed by GitHub
parent 1b2eb55c83
commit 5b6111fb8b

View File

@@ -32,7 +32,7 @@ services:
- AUTH_TOKEN_SECRET=
# this should be you email address
- AUTH_ADMIN_EMAIL=["admin1@example.com","admin2@example.com"]cat
- AUTH_ADMIN_EMAIL=["admin1@example.com","admin2@example.com"]
# if you forget your password you can request a link and get it via email, you must have the email settings configured for this to work obviously
#- AUTH_EMAIL_PASSWORD_RESETS=TRUE