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