From 51abf494585aa8c6be34e1619010a6b6ebcd995e 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: Sun, 14 Dec 2025 08:13:02 +0300 Subject: [PATCH] chore: update pr id --- packages/server/src/utils/docker/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/utils/docker/utils.ts b/packages/server/src/utils/docker/utils.ts index 565e15033..2a1674151 100644 --- a/packages/server/src/utils/docker/utils.ts +++ b/packages/server/src/utils/docker/utils.ts @@ -260,7 +260,7 @@ export const cleanupSystem = async (serverId?: string) => { /** * Volume cleanup should always be performed manually by the user. The reason is that during automatic cleanup, a volume may be deleted due to a stopped container, which is a dangerous situation. * - * https://github.com/Dokploy/dokploy/pull/3266 + * https://github.com/Dokploy/dokploy/pull/3267 */ const excludedCleanupAllCommands: (keyof typeof cleanupCommands)[] = [ "volumes",