authelia/internal/suites/example/compose/authelia/docker-compose.frontend.dist.yml
2020-02-09 18:04:27 +01:00

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