mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Add hidden flag to docker compose command
This commit is contained in:
@@ -1244,7 +1244,7 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
|
|||||||
);
|
);
|
||||||
} else if ($this->application->build_pack === 'dockercompose') {
|
} else if ($this->application->build_pack === 'dockercompose') {
|
||||||
$this->execute_remote_command(
|
$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 {
|
} else {
|
||||||
$this->execute_remote_command(
|
$this->execute_remote_command(
|
||||||
|
|||||||
Reference in New Issue
Block a user