Update authelia/docker-compose.yml

This commit is contained in:
2025-12-14 23:35:54 +00:00
parent a1e5f0c7f3
commit b54acaa0b3

View File

@@ -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'