diff --git a/Security_Containers/authelia/compose.yaml b/Security_Containers/authelia/compose.yaml index 9a92a8e..c076ac1 100644 --- a/Security_Containers/authelia/compose.yaml +++ b/Security_Containers/authelia/compose.yaml @@ -6,7 +6,8 @@ services: networks: - traefik_network volumes: - - ./config.yaml:/config + - /srv/docker/authelia/config:/config + - ./config.yaml:/config/configuration.yml:ro secrets: - authelia_jwt_secret - authelia_session_secret