From 92d06b733cdb0dc1e60cb2c0aa23ec6a60aa2aef Mon Sep 17 00:00:00 2001 From: Stefan Ortgies Date: Thu, 2 Oct 2025 16:34:04 +0200 Subject: [PATCH] Fix swam code example --- .../reference/routing-configuration/other-providers/swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).