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 ""