From eef3165aecbbe32a98af3205a2fc0ca87d509322 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: Wed, 26 Nov 2025 22:14:28 +0300 Subject: [PATCH 01/11] fix: volume name updates --- apps/website/public/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/public/install.sh b/apps/website/public/install.sh index 0792fde..ac91fc1 100644 --- a/apps/website/public/install.sh +++ b/apps/website/public/install.sh @@ -152,14 +152,14 @@ install_dokploy() { --env POSTGRES_USER=dokploy \ --env POSTGRES_DB=dokploy \ --env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \ - --mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \ + --mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \ postgres:16 docker service create \ --name dokploy-redis \ --constraint 'node.role==manager' \ --network dokploy-network \ - --mount type=volume,source=redis-data-volume,target=/data \ + --mount type=volume,source=dokploy-redis,target=/data \ redis:7 # Installation @@ -169,7 +169,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-docker-config,target=/root/.docker \ + --mount type=volume,source=dokploy-config,target=/root/.docker \ --publish published=3000,target=3000,mode=host \ --update-parallelism 1 \ --update-order stop-first \ From db9be7ec99bd212c2313fee16660146d8c42cd26 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 00:50:41 +0300 Subject: [PATCH 02/11] fix: volume name updates --- apps/website/public/canary.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website/public/canary.sh b/apps/website/public/canary.sh index 7e1e776..f4820d7 100644 --- a/apps/website/public/canary.sh +++ b/apps/website/public/canary.sh @@ -130,7 +130,7 @@ install_dokploy() { --name dokploy-redis \ --constraint 'node.role==manager' \ --network dokploy-network \ - --mount type=volume,source=redis-data-volume,target=/data \ + --mount type=volume,source=dokploy-redis,target=/data \ redis:7 # Installation @@ -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-docker-config,target=/root/.docker \ + --mount type=volume,source=dokploy-config,target=/root/.docker \ --publish published=3000,target=3000,mode=host \ --update-parallelism 1 \ --update-order stop-first \ From ca1e3894d16e1e6f06df932f01d5cba2c047fddf 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 00:51:32 +0300 Subject: [PATCH 03/11] 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 f4820d7..bd7910a 100644 --- a/apps/website/public/canary.sh +++ b/apps/website/public/canary.sh @@ -123,7 +123,7 @@ install_dokploy() { --env POSTGRES_USER=dokploy \ --env POSTGRES_DB=dokploy \ --env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \ - --mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \ + --mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \ postgres:16 docker service create \ From a2e591af0ca58484788a0309d3cd1af8e9527cf2 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 00:52:28 +0300 Subject: [PATCH 04/11] fix: volume name updates --- apps/docs/content/docs/core/troubleshooting.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/content/docs/core/troubleshooting.mdx b/apps/docs/content/docs/core/troubleshooting.mdx index 20e888a..899c684 100644 --- a/apps/docs/content/docs/core/troubleshooting.mdx +++ b/apps/docs/content/docs/core/troubleshooting.mdx @@ -439,7 +439,7 @@ docker service rm dokploy-redis --name dokploy-redis \ --constraint 'node.role==manager' \ --network dokploy-network \ - --mount type=volume,source=redis-data-volume,target=/data \ + --mount type=volume,source=dokploy-redis,target=/data \ redis:7 ``` @@ -456,7 +456,7 @@ docker service rm dokploy-postgres --env POSTGRES_USER=dokploy \ --env POSTGRES_DB=dokploy \ --env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \ - --mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \ + --mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \ postgres:16 ``` @@ -517,7 +517,7 @@ docker service create \ --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-docker-config,target=/root/.docker \ + --mount type=volume,source=dokploy-config,target=/root/.docker \ --publish published=3000,target=3000,mode=host \ --update-parallelism 1 \ --update-order stop-first \ From 59a7613200bbe716bb289844a7951ebb37d34792 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 00:53:03 +0300 Subject: [PATCH 05/11] fix: volume name updates --- apps/docs/content/docs/core/manual-installation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/content/docs/core/manual-installation.mdx b/apps/docs/content/docs/core/manual-installation.mdx index a4cd347..8762b69 100644 --- a/apps/docs/content/docs/core/manual-installation.mdx +++ b/apps/docs/content/docs/core/manual-installation.mdx @@ -133,14 +133,14 @@ install_dokploy() { --env POSTGRES_USER=dokploy \ --env POSTGRES_DB=dokploy \ --env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \ - --mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \ + --mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \ postgres:16 docker service create \ --name dokploy-redis \ --constraint 'node.role==manager' \ --network dokploy-network \ - --mount type=volume,source=redis-data-volume,target=/data \ + --mount type=volume,source=dokploy-redis,target=/data \ redis:7 docker pull traefik:v3.6.1 @@ -153,7 +153,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-docker-config,target=/root/.docker \ + --mount type=volume,source=dokploy-config,target=/root/.docker \ --publish published=3000,target=3000,mode=host \ --update-parallelism 1 \ --update-order stop-first \ From 78807c9ba4997a7373acf0654823786c0a6ca334 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 00:53:41 +0300 Subject: [PATCH 06/11] fix: volume name updates --- apps/website/public/feature.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/website/public/feature.sh b/apps/website/public/feature.sh index 112cb5e..f132b9f 100644 --- a/apps/website/public/feature.sh +++ b/apps/website/public/feature.sh @@ -123,7 +123,7 @@ install_dokploy() { --env POSTGRES_USER=dokploy \ --env POSTGRES_DB=dokploy \ --env POSTGRES_PASSWORD=amukds4wi9001583845717ad2 \ - --mount type=volume,source=dokploy-postgres-database,target=/var/lib/postgresql/data \ + --mount type=volume,source=dokploy-postgres,target=/var/lib/postgresql/data \ postgres:16 @@ -131,7 +131,7 @@ install_dokploy() { --name dokploy-redis \ --constraint 'node.role==manager' \ --network dokploy-network \ - --mount type=volume,source=redis-data-volume,target=/data \ + --mount type=volume,source=dokploy-redis,target=/data \ redis:7 @@ -142,7 +142,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-docker-config,target=/root/.docker \ + --mount type=volume,source=dokploy-config,target=/root/.docker \ --publish published=3000,target=3000,mode=host \ --update-parallelism 1 \ --update-order stop-first \ From a530061459f457e295f61e4845da874e79f43b24 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:41:56 +0300 Subject: [PATCH 07/11] fix: volume name updates --- apps/docs/content/docs/core/manual-installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/manual-installation.mdx b/apps/docs/content/docs/core/manual-installation.mdx index 8762b69..ce8f6af 100644 --- a/apps/docs/content/docs/core/manual-installation.mdx +++ b/apps/docs/content/docs/core/manual-installation.mdx @@ -153,7 +153,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 \ From 0acdfd2008c6a44296abe3cc15aa02772c1e5f93 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:21 +0300 Subject: [PATCH 08/11] fix: volume name updates --- apps/docs/content/docs/core/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/troubleshooting.mdx b/apps/docs/content/docs/core/troubleshooting.mdx index 899c684..315e7a5 100644 --- a/apps/docs/content/docs/core/troubleshooting.mdx +++ b/apps/docs/content/docs/core/troubleshooting.mdx @@ -517,7 +517,7 @@ docker service create \ --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 \ 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 09/11] 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 \ From cb7b3829f6bd14a8f8a7e02063f483d84542848b 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:43:06 +0300 Subject: [PATCH 10/11] fix: volume name updates --- apps/website/public/feature.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/public/feature.sh b/apps/website/public/feature.sh index f132b9f..55b01f1 100644 --- a/apps/website/public/feature.sh +++ b/apps/website/public/feature.sh @@ -142,7 +142,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 \ From eab39c68fe0ded318b3186e08375d7bb353a5515 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:43:20 +0300 Subject: [PATCH 11/11] fix: volume name updates --- apps/website/public/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/public/install.sh b/apps/website/public/install.sh index ac91fc1..dc6f61d 100644 --- a/apps/website/public/install.sh +++ b/apps/website/public/install.sh @@ -169,7 +169,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 \