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 0c70d57 commit 00488f3Copy full SHA for 00488f3
apps/website/public/canary.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
@@ -219,4 +219,4 @@ if [ "$1" = "update" ]; then
219
update_dokploy
220
221
install_dokploy
222
-fi
+fi
0 commit comments