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

@@ -22,9 +22,9 @@ class ProductionSeeder extends Seeder
public function run(): void
{
if (isCloud()) {
echo "Running in cloud mode.\n";
echo "[x]: Running in cloud mode.\n";
} else {
echo "Running in self-hosted mode.\n";
echo "[x]: Running in self-hosted mode.\n";
}
// Fix for 4.0.0-beta.37