We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e77f276 + f39aa23 commit e438407Copy full SHA for e438407
packages/server/src/utils/builders/compose.ts
@@ -90,7 +90,7 @@ export const createCommand = (compose: ComposeNested) => {
90
if (composeType === "docker-compose") {
91
command = `compose -p ${appName} -f ${path} up -d --build --remove-orphans`;
92
} else if (composeType === "stack") {
93
- command = `stack deploy -c ${path} ${appName} --prune`;
+ command = `stack deploy -c ${path} ${appName} --prune --with-registry-auth`;
94
}
95
96
return command;
0 commit comments