mirror of
https://github.com/Dokploy/website.git
synced 2026-07-27 16:55:41 +02:00
Specify Docker version during installation
This commit is contained in:
@@ -36,7 +36,7 @@ install_dokploy() {
|
|||||||
if command_exists docker; then
|
if command_exists docker; then
|
||||||
echo "Docker already installed"
|
echo "Docker already installed"
|
||||||
else
|
else
|
||||||
curl -sSL https://get.docker.com | sh
|
curl -sSL https://get.docker.com | sh -s -- --version 28.5.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker swarm leave --force 2>/dev/null
|
docker swarm leave --force 2>/dev/null
|
||||||
@@ -221,4 +221,4 @@ if [ "$1" = "update" ]; then
|
|||||||
update_dokploy
|
update_dokploy
|
||||||
else
|
else
|
||||||
install_dokploy
|
install_dokploy
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user