From 201bb86539655a2aedfb1b2081e483769f9401c4 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:48:18 +0300 Subject: [PATCH] docs: update uninstall --- apps/docs/content/docs/core/uninstall.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/uninstall.mdx b/apps/docs/content/docs/core/uninstall.mdx index 4697fd5..6bdb0bc 100644 --- a/apps/docs/content/docs/core/uninstall.mdx +++ b/apps/docs/content/docs/core/uninstall.mdx @@ -23,7 +23,7 @@ Remove the docker swarm services created by Dokploy: Remove the docker volumes created by Dokploy: ```bash - docker volume remove -f dokploy-config dokploy-postgres dokploy-redis + docker volume remove -f dokploy dokploy-postgres dokploy-redis ```