Add hidden flag to docker compose command

This commit is contained in:
Andras Bacsai 2023-11-29 18:43:02 +01:00
parent c54439e84c
commit e3d9eb0154

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(