mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 14:32:16 +00:00
Improvements
This commit is contained in:
@@ -196,7 +196,7 @@ export class DockerSocketHandler extends SocketHandler {
|
||||
throw new ValidationError("Stack name must be a string");
|
||||
}
|
||||
|
||||
const stack = Stack.getStack(server, stackName);
|
||||
const stack = Stack.getStack(server, stackName, true);
|
||||
const serviceStatusList = Object.fromEntries(await stack.getServiceStatusList());
|
||||
callback({
|
||||
ok: true,
|
||||
|
||||
Reference in New Issue
Block a user