mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
10 lines
255 B
YAML
10 lines
255 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
nginx-backend:
|
||
|
image: nginx:alpine
|
||
|
volumes:
|
||
|
- ./example/compose/nginx/backend/html:/usr/share/nginx/html
|
||
|
- ./example/compose/nginx/backend/nginx.conf:/etc/nginx/nginx.conf
|
||
|
networks:
|
||
|
- example-network
|