Skip to content

Commit

Permalink
Quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Sep 18, 2024
1 parent 172f610 commit 3a2084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/runnersub.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export async function runConfigSubdomain(config, domaindata, subdomain, sshExec,
await writeLog(d.split('\n').map(x => ` ${x}`).join('\n'));
await writeLog("$> Applying compose services");
if (typeof config.services == 'string') {
await sshExec(`docker compose -f ${config.services} --progress plain up --build --detach`);
await sshExec(`docker compose -f ${config.services} --progress quiet up --build --detach`);
} else {
await sshExec(`docker compose up --build --detach`);
}
Expand Down

0 comments on commit 3a2084f

Please sign in to comment.