fix: default docker engine version + fix install script

This commit is contained in:
Andras Bacsai
2024-11-15 11:33:00 +01:00
parent 9d86198c51
commit 9982a931fa
9 changed files with 18 additions and 20 deletions

View File

@@ -30,7 +30,6 @@ class CleanupStuckedResources extends Command
public function handle()
{
echo "Running cleanup stucked resources.\n";
$this->cleanup_stucked_resources();
}