mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
Join the terminal only if it is managed by Dockge
This commit is contained in:
parent
b6141b18f5
commit
58fb332a59
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ export class DockerSocketHandler extends SocketHandler {
|
|||
|
||||
const stack = Stack.getStack(server, stackName);
|
||||
|
||||
if (stack.isManagedByDockge) {
|
||||
stack.joinCombinedTerminal(socket);
|
||||
}
|
||||
|
||||
callback({
|
||||
ok: true,
|
||||
|
|
Loading…
Reference in a new issue