This commit is contained in:
ACoolName 2024-05-27 20:04:18 +03:00
parent 0eb64e87c3
commit dd6be85005

View File

@ -328,7 +328,7 @@ func (con Connection) StartServer(ctx *gin.Context) {
AttachStderr: true,
Tty: true,
OpenStdin: true,
StdinOnce: false,
StdinOnce: true,
Image: imageId,
Volumes: volumes,
Labels: jsonLabels,