Merge pull request #1504 from coollabsio/next

v4.0.0-beta.150 - quick fix
This commit is contained in:
Andras Bacsai 2023-11-29 18:44:25 +01:00 committed by GitHub
commit b9efc22253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1244,7 +1244,7 @@ private function start_by_compose_file()
);
} else if ($this->application->build_pack === 'dockercompose') {
$this->execute_remote_command(
["docker compose --project-directory {$this->configuration_dir} up --build -d"],
["docker compose --project-directory {$this->configuration_dir} up --build -d", "hidden" => true],
);
} else {
$this->execute_remote_command(