18 lines
350 B
YAML
18 lines
350 B
YAML
# From James Turland GIT hub
|
|
|
|
services:
|
|
authelia:
|
|
image: authelia/authelia
|
|
container_name: authelia
|
|
volumes:
|
|
- /mnt/disk/authelia/config:/config
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- 9091:9091
|
|
restart: unless-stopped
|
|
environment:
|
|
- TZ=Europe/London
|
|
healthcheck:
|
|
disable: true
|