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