authelia/example/compose/authelia/docker-compose.frontend.dist.yml

8 lines
194 B
YAML
Raw Normal View History

2019-11-30 23:49:52 +07:00
version: "3"
services:
authelia-frontend:
image: nginx:alpine
volumes:
- "./example/compose/authelia/resources/nginx.conf:/etc/nginx/nginx.conf"
networks:
- authelianet