fix(authelia): remove :ro from config volume mount
Authelia needs write access to config dir at startup (chown).
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: /secrets/storage_encryption_key.txt
|
||||
AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE: /secrets/postgres_password.txt
|
||||
volumes:
|
||||
- /mnt/user/appdata/authelia/config:/config:ro
|
||||
- /mnt/user/appdata/authelia/config:/config
|
||||
- /mnt/user/appdata/secrets/authelia_jwt_secret.txt:/secrets/jwt_secret.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_session_secret.txt:/secrets/session_secret.txt:ro
|
||||
- /mnt/user/appdata/secrets/authelia_storage_encryption_key.txt:/secrets/storage_encryption_key.txt:ro
|
||||
|
||||
Reference in New Issue
Block a user