fix(authelia): remove :ro from config volume mount

Authelia needs write access to config dir at startup (chown).
This commit is contained in:
2026-03-29 17:42:03 +00:00
parent 3f91899d7e
commit 4be3171740
+1 -1
View File
@@ -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