11 lines
285 B
YAML
11 lines
285 B
YAML
services:
|
|
authelia:
|
|
image: authelia/authelia:latest
|
|
container_name: authelia
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- /opt/nextworkspace/config/authelia/:/config/
|
|
- /opt/nextworkspace/data/authelia/:/data/
|
|
environment:
|
|
- TZ=UTC
|