ide-startup icon indicating copy to clipboard operation
ide-startup copied to clipboard

安装数据库连接插件后,点击增加数据库连接没反应。

Open jiadongpo opened this issue 1 year ago • 0 comments

使用 Docker 镜像 部署

拉取镜像

docker pull ghcr.io/opensumi/opensumi-web:latest

运行(容器内端口必要是8000,代码里写了,对外端口18016可自定义)

docker run --rm -d -p 18066:8000/tcp ghcr.io/opensumi/opensumi-web:latest 浏览器打开 http://127.0.0.1:8080 进行预览或开发。

安装数据库连接插件 SQLTools MySQL/MariaDB、“MySQL”同时安装 image

jiadongpo avatar Dec 14 '23 10:12 jiadongpo