We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d325949 commit 080f7f3Copy full SHA for 080f7f3
apps/website/public/feature.sh
@@ -36,7 +36,7 @@ install_dokploy() {
36
if command_exists docker; then
37
echo "Docker already installed"
38
else
39
- curl -sSL https://get.docker.com | sh
+ curl -sSL https://get.docker.com | sh -s -- --version 28.5.0
40
fi
41
42
docker swarm leave --force 2>/dev/null
@@ -221,4 +221,4 @@ if [ "$1" = "update" ]; then
221
update_dokploy
222
223
install_dokploy
224
-fi
+fi
0 commit comments