mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
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:
committed by
GitHub
parent
1b2eb55c83
commit
5b6111fb8b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user