mirror of
https://github.com/louislam/dockge.git
synced 2025-08-09 02:04:54 +02:00
Improvements (#124)
* Improvements * Add inspect to dev:backend * Skip debug log at the beginning
This commit is contained in:
@ -217,7 +217,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