added resize function

This commit is contained in:
ACoolName 2024-05-27 20:19:11 +03:00
parent 62516f66ce
commit d2d3a6dce9

View File

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