11 lines
190 B
YAML
11 lines
190 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
authelia:
|
|
image: authelia/authelia
|
|
container_name: authelia
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- 9091:9091
|
|
restart: unless-stopped |