diff --git a/docker-compose.yaml b/docker-compose.yaml index 29f7ea8..fc83964 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -80,6 +80,10 @@ services: - /data/certbot/conf/:/etc/letsencrypt/:rw authelia: image: 'docker.io/authelia/authelia:latest' + command: + - 'authelia' + - '--config=/config/configuration.yml' + - '--config=/data/configuration.yml' restart: 'unless-stopped' secrets: ['JWT_SECRET', 'SESSION_SECRET', 'STORAGE_PASSWORD', 'STORAGE_ENCRYPTION_KEY'] networks: @@ -90,6 +94,7 @@ services: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: '/run/secrets/STORAGE_ENCRYPTION_KEY' volumes: - './authelia/:/config' + - '/data/authelia/:/data' logging: *logging minecraft: image: itzg/minecraft-server:latest