Update install.sh

This commit is contained in:
Mauricio Siu
2024-05-16 01:53:35 -06:00
committed by GitHub
parent 7d87f8d356
commit ec3c9d8913

View File

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