coolify/app/Actions
Dion VH 9e4cd96187
Fix formatting in CleanupDocker.php for docker command
Previously, the image prune command used {{{{index .Config.Labels "coolify.managed"}}}},
which produces 4 literal braces and causes a Go template parsing error. As a result,
all images were deleted regardless of the label.

This commit fixes the command to use {{index .Config.Labels "coolify.managed"}}, so
images with the label coolify.managed=true are preserved during cleanup.
2026-03-09 15:27:37 +01:00
..
Application fix(restart): reset restart count when resource is manually stopped 2025-12-27 15:21:19 +01:00
CoolifyTask refactor(proxy-status): refactored how the proxy status is handled on the UI and on the backend 2025-06-06 14:47:54 +02:00
Database chore: prepare for PR 2026-02-23 13:26:01 +01:00
Docker chore: prepare for PR 2026-02-03 15:32:03 +01:00
Fortify fix(user): ensure email attributes are stored in lowercase for consistency and prevent case-related issues 2025-09-05 17:44:34 +02:00
Proxy Merge branch 'next' into shadow/fix-docker-time-command 2025-11-28 10:25:42 +01:00
Server Fix formatting in CleanupDocker.php for docker command 2026-03-09 15:27:37 +01:00
Service Fix: Cancel in-progress deployments when stopping service 2025-12-04 08:23:32 +01:00
Shared fix: don't show health status for exited containers 2025-11-24 09:09:37 +01:00
Stripe fix(subscription): harden quantity updates and proxy trust behavior 2026-03-03 12:28:16 +01:00
User Changes auto-committed by Conductor 2025-10-16 17:13:47 +02:00