Update authelia/docker-compose.yml

This commit is contained in:
2025-12-14 23:39:14 +00:00
parent b54acaa0b3
commit 32ec2a80ad

View File

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