Update authelia/docker-compose.yml
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
image: 'authelia/authelia'
|
image: 'authelia/authelia'
|
||||||
container_name: 'authelia'
|
container_name: 'authelia'
|
||||||
volumes:
|
volumes:
|
||||||
- './authelia:/config'
|
- '/mnt/disk/authelia:/config'
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
## In production the healthcheck section should be commented.
|
## In production the healthcheck section should be commented.
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
image: 'redis:alpine'
|
image: 'redis:alpine'
|
||||||
container_name: 'redis'
|
container_name: 'redis'
|
||||||
volumes:
|
volumes:
|
||||||
- './redis:/data'
|
- 'mnt/disk/authelia/redis:/data'
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
environment:
|
environment:
|
||||||
TZ: 'Europe/London'
|
TZ: 'Europe/London'
|
||||||
|
|||||||
Reference in New Issue
Block a user