From ec3c9d8913533ec294150c9150f354cd01c46598 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Thu, 16 May 2024 01:53:35 -0600 Subject: [PATCH] Update install.sh --- public/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/install.sh b/public/install.sh index 296f87a..4dc23da 100644 --- a/public/install.sh +++ b/public/install.sh @@ -46,7 +46,7 @@ else fi docker swarm leave --force 2>/dev/null -docker swarm init --advertise-addr 127.0.0.1 --listen-addr 0.0.0.0; +docker swarm init; echo "Swarm initialized" @@ -86,4 +86,4 @@ echo "" printf "${GREEN}Congratulations, Dokploy is installed!${NC}\n" printf "${BLUE}Wait 15 seconds for the server to start${NC}\n" printf "${YELLOW}Please go to http://${public_ip}:3000${NC}\n\n" -echo "" \ No newline at end of file +echo ""