Use name@provider instead of provider@name.
This commit is contained in:
parent
1e779f7135
commit
adc9a65ae3
35 changed files with 472 additions and 472 deletions
|
@ -121,8 +121,8 @@ If you use multiple `providers` and wish to reference a middleware declared in a
|
|||
image: your-docker-image
|
||||
|
||||
labels:
|
||||
# Attach file@add-foo-prefix middleware (declared in file)
|
||||
- "traefik.http.routers.my-container.middlewares=file@add-foo-prefix"
|
||||
# Attach add-foo-prefix@file middleware (declared in file)
|
||||
- "traefik.http.routers.my-container.middlewares=add-foo-prefix@file"
|
||||
```
|
||||
|
||||
## Available Middlewares
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue