mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -69,11 +69,10 @@ export const ToggleDockerCleanup = ({ serverId }: Props) => {
|
|||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipContent side="top" className="max-w-sm">
|
<TooltipContent side="top" className="max-w-sm">
|
||||||
<p>
|
<p>
|
||||||
Runs a full Docker cleanup daily, pruning stopped
|
Runs a full Docker cleanup daily, pruning stopped containers,
|
||||||
containers, unused images, volumes, build cache, and
|
unused images, volumes, build cache, and system resources. This
|
||||||
system resources. This may remove images built for
|
may remove images built for Compose services that run on-demand
|
||||||
Compose services that run on-demand (backup runners,
|
(backup runners, cron jobs, one-off tasks).
|
||||||
cron jobs, one-off tasks).
|
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-1">
|
<p className="mt-1">
|
||||||
For custom cleanup strategies, use{" "}
|
For custom cleanup strategies, use{" "}
|
||||||
|
|||||||
Reference in New Issue
Block a user