Ensure webdav pages is also accessible to Traefik
This commit is contained in:
parent
f07b5d9b7b
commit
a5d9463f80
1 changed files with 3 additions and 0 deletions
|
@ -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`)
|
||||
|
|
Loading…
Reference in a new issue