1
0
Fork 0

fix the documentation about middleware labels.

This commit is contained in:
Ludovic Fernandez 2019-05-27 18:10:04 +02:00 committed by Traefiker Bot
parent ffe69c67fc
commit ac612734c8
4 changed files with 4 additions and 4 deletions

View file

@ -248,7 +248,7 @@ You can declare pieces of middleware using labels starting with `traefik.http.mi
# ...
labels:
- traefik.http.middlewares.my-redirect.schemeredirect.scheme=https
- traefik.http.routers.middlewares=my-redirect
- traefik.http.routers.my-container.middlewares=my-redirect
```
!!! warning "Conflicts in Declaration"