Ensure webdav pages is also accessible to Traefik

This commit is contained in:
Jake Howard 2022-01-29 22:11:19 +00:00
parent f07b5d9b7b
commit a5d9463f80
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -9,6 +9,9 @@ services:
- ./htpasswd.txt:/etc/nginx/.htpasswd:ro
environment:
- PUID={{ docker_user.id }}
networks:
- default
- traefik
labels:
- traefik.enable=true
- traefik.http.routers.pages.rule=Host(`pages.theorangeone.net`)