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{" "}