diff --git a/docs/content/reference/routing-configuration/other-providers/swarm.md b/docs/content/reference/routing-configuration/other-providers/swarm.md index a50b6e4cf..8113fe4c4 100644 --- a/docs/content/reference/routing-configuration/other-providers/swarm.md +++ b/docs/content/reference/routing-configuration/other-providers/swarm.md @@ -738,7 +738,7 @@ otherwise it will randomly pick one (depending on how docker is returning them). #### `traefik.swarm.lbswarm` ```yaml -- "traefik.docker.lbswarm=true" +- "traefik.swarm.lbswarm=true" ``` Enables Swarm's inbuilt load balancer (only relevant in Swarm Mode).