From f685b3f258c9a3612e0577a301ab7ae5f9134eeb Mon Sep 17 00:00:00 2001 From: Bilal Budhani Date: Thu, 4 Sep 2025 12:52:04 +0530 Subject: [PATCH] Fixes typo for Swarm mode in CLI example --- docs/content/reference/install-configuration/providers/swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/install-configuration/providers/swarm.md b/docs/content/reference/install-configuration/providers/swarm.md index 96ec463c5..d9a7dc726 100644 --- a/docs/content/reference/install-configuration/providers/swarm.md +++ b/docs/content/reference/install-configuration/providers/swarm.md @@ -97,7 +97,7 @@ See the [Docker Swarm API Access](#docker-api-access) section for more informati ``` ```bash tab="CLI" - --providers.docker.endpoint=unix:///var/run/docker.sock + --providers.swarm.endpoint=unix:///var/run/docker.sock # ... ```