mirror of
https://github.com/louislam/dockge.git
synced 2025-03-01 16:51:11 +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);
|
const stack = Stack.getStack(server, stackName);
|
||||||
|
|
||||||
|
if (stack.isManagedByDockge) {
|
||||||
stack.joinCombinedTerminal(socket);
|
stack.joinCombinedTerminal(socket);
|
||||||
|
}
|
||||||
|
|
||||||
callback({
|
callback({
|
||||||
ok: true,
|
ok: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user