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