[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-04-05 23:17:33 +00:00 committed by GitHub
parent 645a81b2ce
commit ebbc008dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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