fix: remove invalid commas.
This commit is contained in:
parent
58e82743f8
commit
883f90dded
6 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ Pieces of middleware can be combined in chains to fit every scenario.
|
|||
whoami:
|
||||
image: containous/whoami # A container that exposes an API to show its IP address
|
||||
labels:
|
||||
- "traefik.http.middlewares.foo-add-prefix.addprefix.prefix=/foo",
|
||||
- "traefik.http.middlewares.foo-add-prefix.addprefix.prefix=/foo"
|
||||
```
|
||||
|
||||
```yaml tab="Kubernetes"
|
||||
|
@ -111,7 +111,7 @@ If you use multiple `providers` and wish to reference a middleware declared in a
|
|||
|
||||
labels:
|
||||
# Attach file.add-foo-prefix middleware (declared in file)
|
||||
- "traefik.http.routers.middlewares=file.add-foo-prefix",
|
||||
- "traefik.http.routers.middlewares=file.add-foo-prefix"
|
||||
```
|
||||
|
||||
## Available Middlewares
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue