From 1026401dd89b16e2213fccef95b6d5064ffae3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=84=D1=8B=D1=80=D0=B0=D1=82=20=D1=91=D0=B7=D0=B4=D1=8D?= =?UTF-8?q?=D0=BD?= <31664778+fir4tozden@users.noreply.github.com> Date: Thu, 27 Nov 2025 03:42:53 +0300 Subject: [PATCH] fix: volume name updates --- apps/website/public/canary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/public/canary.sh b/apps/website/public/canary.sh index bd7910a..2f48dd4 100644 --- a/apps/website/public/canary.sh +++ b/apps/website/public/canary.sh @@ -140,7 +140,7 @@ install_dokploy() { --network dokploy-network \ --mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \ --mount type=bind,source=/etc/dokploy,target=/etc/dokploy \ - --mount type=volume,source=dokploy-config,target=/root/.docker \ + --mount type=volume,source=dokploy,target=/root/.docker \ --publish published=3000,target=3000,mode=host \ --update-parallelism 1 \ --update-order stop-first \