From ebbc008dbef25b7f87e2ef67e67987ccdcf1dcf1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 23:17:33 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../settings/servers/actions/toggle-docker-cleanup.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/servers/actions/toggle-docker-cleanup.tsx b/apps/dokploy/components/dashboard/settings/servers/actions/toggle-docker-cleanup.tsx index 42968ded3..9520a7f7a 100644 --- a/apps/dokploy/components/dashboard/settings/servers/actions/toggle-docker-cleanup.tsx +++ b/apps/dokploy/components/dashboard/settings/servers/actions/toggle-docker-cleanup.tsx @@ -69,11 +69,10 @@ export const ToggleDockerCleanup = ({ serverId }: Props) => {

- Runs a full Docker cleanup daily, pruning stopped - containers, unused images, volumes, build cache, and - system resources. This may remove images built for - Compose services that run on-demand (backup runners, - cron jobs, one-off tasks). + Runs a full Docker cleanup daily, pruning stopped containers, + unused images, volumes, build cache, and system resources. This + may remove images built for Compose services that run on-demand + (backup runners, cron jobs, one-off tasks).

For custom cleanup strategies, use{" "}