We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用 Docker 镜像 部署
docker pull ghcr.io/opensumi/opensumi-web:latest
docker run --rm -d -p 18066:8000/tcp ghcr.io/opensumi/opensumi-web:latest 浏览器打开 http://127.0.0.1:8080 进行预览或开发。
安装数据库连接插件 SQLTools MySQL/MariaDB、“MySQL”同时安装
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用 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”同时安装
The text was updated successfully, but these errors were encountered: