mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
8 lines
194 B
YAML
8 lines
194 B
YAML
version: '3'
|
|
services:
|
|
authelia-frontend:
|
|
image: nginx:alpine
|
|
volumes:
|
|
- './example/compose/authelia/resources/nginx.conf:/etc/nginx/nginx.conf'
|
|
networks:
|
|
- authelianet |