mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Add hidden flag to docker compose command
This commit is contained in:
parent
c54439e84c
commit
e3d9eb0154
1 changed files with 1 additions and 1 deletions
|
|
@ -1244,7 +1244,7 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf");
|
|||
);
|
||||
} 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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue