mirror of
https://github.com/louislam/dockge.git
synced 2025-02-25 21:15:56 +00:00
Merge 7f670e16af
into d451e06e84
This commit is contained in:
commit
deeaf2eb48
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ export class Stack {
|
|||
|
||||
async update(socket: DockgeSocket) {
|
||||
const terminalName = getComposeTerminalName(socket.endpoint, this.name);
|
||||
let exitCode = await Terminal.exec(this.server, socket, terminalName, "docker", [ "compose", "pull" ], this.path);
|
||||
let exitCode = await Terminal.exec(this.server, socket, terminalName, "docker", [ "compose", "pull", "--policy", "missing" ], this.path);
|
||||
if (exitCode !== 0) {
|
||||
throw new Error("Failed to pull, please check the terminal output for more information.");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue