Merge branch 'next' into improve-persist-ssh-sessions

This commit is contained in:
Andras Bacsai
2024-09-09 08:30:04 +02:00
committed by GitHub
11 changed files with 332 additions and 283 deletions

View File

@@ -23,7 +23,7 @@ class CleanupDocker
{
$commonCommands = [
'docker container prune -f --filter "label=coolify.managed=true"',
'docker image prune -af',
'docker image prune -af --filter "label!=coolify.managed=true"',
'docker builder prune -af',
];