Skip to content

Commit

Permalink
Fix error in documentation for Docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
bgandon authored and timoreimann committed Apr 22, 2017
1 parent f38d117 commit 378a34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/toml.md
Expand Up @@ -829,7 +829,7 @@ swarmmode = false
Labels can be used on containers to override default behaviour:
- `traefik.backend=foo`: assign the container to `foo` backend
- `traefik.backend=foo`: give the name `backend-foo` to the generated backend for this container.
- `traefik.backend.maxconn.amount=10`: set a maximum number of connections to the backend. Must be used in conjunction with the below label to take effect.
- `traefik.backend.maxconn.extractorfunc=client.ip`: set the function to be used against the request to determine what to limit maximum connections to the backend by. Must be used in conjunction with the above label to take effect.
- `traefik.backend.loadbalancer.method=drr`: override the default `wrr` load balancer algorithm
Expand Down

0 comments on commit 378a34c

Please sign in to comment.