mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 11:35:49 +03:00
[GH-ISSUE #128] docker部署无法使用SSH #31
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gstory0404 on GitHub (Oct 23, 2023).
Original GitHub issue: https://github.com/team-ide/teamide/issues/128
docker部署后链接SSH报错误,提示 终端会话已关闭,输入回车重新连接!
@team-ide commented on GitHub (Oct 24, 2023):
我这边测试是可以使用的,你进入容器中到
/opt/teamide/log,看下server.log日志,是否有异常日志@gstory0404 commented on GitHub (Oct 24, 2023):
这个异常一般什么原因导致 @team-ide
@team-ide commented on GitHub (Oct 24, 2023):
你访问Team IDE是直接访问 还是通过nginx代理的,如果是nginx代码 需要添加支持 websocket的配置
@gstory0404 commented on GitHub (Oct 24, 2023):
好的 确实是由于没有打开websocket导致的 感谢