mirror of
https://github.com/louislam/dockge.git
synced 2024-11-28 11:14:31 +01:00
Join the terminal only if it is managed by Dockge
This commit is contained in:
parent
b6141b18f5
commit
58fb332a59
@ -75,7 +75,9 @@ export class DockerSocketHandler extends SocketHandler {
|
||||
|
||||
const stack = Stack.getStack(server, stackName);
|
||||
|
||||
stack.joinCombinedTerminal(socket);
|
||||
if (stack.isManagedByDockge) {
|
||||
stack.joinCombinedTerminal(socket);
|
||||
}
|
||||
|
||||
callback({
|
||||
ok: true,
|
||||
|
Loading…
Reference in New Issue
Block a user