Skip to content

Commit ebbc008

Browse files
[autofix.ci] apply automated fixes
1 parent 645a81b commit ebbc008

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

apps/dokploy/components/dashboard/settings/servers/actions/toggle-docker-cleanup.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ export const ToggleDockerCleanup = ({ serverId }: Props) => {
6969
</TooltipTrigger>
7070
<TooltipContent side="top" className="max-w-sm">
7171
<p>
72-
Runs a full Docker cleanup daily, pruning stopped
73-
containers, unused images, volumes, build cache, and
74-
system resources. This may remove images built for
75-
Compose services that run on-demand (backup runners,
76-
cron jobs, one-off tasks).
72+
Runs a full Docker cleanup daily, pruning stopped containers,
73+
unused images, volumes, build cache, and system resources. This
74+
may remove images built for Compose services that run on-demand
75+
(backup runners, cron jobs, one-off tasks).
7776
</p>
7877
<p className="mt-1">
7978
For custom cleanup strategies, use{" "}

0 commit comments

Comments
 (0)