mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
Update install.sh
This commit is contained in:
@@ -46,7 +46,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
docker swarm leave --force 2>/dev/null
|
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"
|
echo "Swarm initialized"
|
||||||
|
|
||||||
@@ -86,4 +86,4 @@ echo ""
|
|||||||
printf "${GREEN}Congratulations, Dokploy is installed!${NC}\n"
|
printf "${GREEN}Congratulations, Dokploy is installed!${NC}\n"
|
||||||
printf "${BLUE}Wait 15 seconds for the server to start${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"
|
printf "${YELLOW}Please go to http://${public_ip}:3000${NC}\n\n"
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user