From ee8a88d06226ff333abe6a8269a0a56f4b8d1760 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 3 May 2024 08:44:43 -0400 Subject: [PATCH] Update docker-swarm.mdx --- docs/self-hosting/deployment-options/docker-swarm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/deployment-options/docker-swarm.mdx b/docs/self-hosting/deployment-options/docker-swarm.mdx index f071a2ad1..c63aff23b 100644 --- a/docs/self-hosting/deployment-options/docker-swarm.mdx +++ b/docs/self-hosting/deployment-options/docker-swarm.mdx @@ -84,7 +84,7 @@ The [Docker stack file](https://github.com/Infisical/infisical/tree/main/docker- ``` - docker swarm init --advertise-addr + docker swarm init ``` Replace `` with the IP address of the VM that will serve as the manager node. Remember to copy the join token returned by the this init command.