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

@ -16,7 +16,7 @@ This can help services deal with large data (multipart/form-data for example), a
```yaml tab="Docker"
# Sets the maximum request body to 2Mb
labels:
- "traefik.http.middlewares.2Mb-memory.buffering.maxRequestBodyBytes=250000",
- "traefik.http.middlewares.2Mb-memory.buffering.maxRequestBodyBytes=250000"
```
```toml tab="File"