From 32ec2a80ad6b8d6e68b2ad6c2fe80544a5aaad2e Mon Sep 17 00:00:00 2001 From: john Date: Sun, 14 Dec 2025 23:39:14 +0000 Subject: [PATCH] Update authelia/docker-compose.yml --- authelia/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/authelia/docker-compose.yml b/authelia/docker-compose.yml index 5b386d1..e9718ce 100644 --- a/authelia/docker-compose.yml +++ b/authelia/docker-compose.yml @@ -1,9 +1,9 @@ services: authelia: image: 'authelia/authelia' - container_name: 'authelia' +# container_name: 'authelia' volumes: - - '/mnt/disk/authelia:/config' + - /mnt/disk/authelia:/config restart: 'unless-stopped' healthcheck: ## In production the healthcheck section should be commented. @@ -13,9 +13,9 @@ services: redis: image: 'redis:alpine' - container_name: 'redis' +# container_name: 'redis' volumes: - - 'mnt/disk/authelia/redis:/data' + - mnt/disk/authelia/redis:/data restart: 'unless-stopped' environment: TZ: 'Europe/London'