mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-14 03:19:49 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
+4
-5
@@ -69,11 +69,10 @@ export const ToggleDockerCleanup = ({ serverId }: Props) => {
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="top" className="max-w-sm">
|
||||
<p>
|
||||
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).
|
||||
</p>
|
||||
<p className="mt-1">
|
||||
For custom cleanup strategies, use{" "}
|
||||
|
||||
Reference in New Issue
Block a user