Change the provider separator from . to @
This commit is contained in:
parent
4012599264
commit
e9792b446f
34 changed files with 465 additions and 465 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 file@add-foo-prefix middleware (declared in file)
|
||||
- "traefik.http.routers.my-container.middlewares=file@add-foo-prefix"
|
||||
```
|
||||
|
||||
## Available Middlewares
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue