From 378a34c4546d2f6ef3cd79934f96968b48d0fd2e Mon Sep 17 00:00:00 2001 From: Benjamin Gandon Date: Wed, 22 Feb 2017 10:49:39 +0100 Subject: [PATCH] Fix error in documentation for Docker labels --- docs/toml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toml.md b/docs/toml.md index ee0367254..2718852a6 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -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