1
0
Fork 0

fix: remove invalid commas.

This commit is contained in:
Ludovic Fernandez 2019-04-01 17:56:04 +02:00 committed by Traefiker Bot
parent 58e82743f8
commit 883f90dded
6 changed files with 9 additions and 9 deletions

View file

@ -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