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-compose方式运行
workspace中创建文件没有权限
终端中尝试创建也提示没有权限
docker-compose.yml如下:
docker-compose.yml
version: '3' services: opensumi: image: ghcr.io/opensumi/opensumi-web:v1.20.0 restart: unless-stopped stop_grace_period: 5s security_opt: - seccomp:unconfined - apparmor:unconfined ports: - "9000:8000" # HTTP user: "1000:1000"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker-compose方式运行
workspace中创建文件没有权限
终端中尝试创建也提示没有权限
docker-compose.yml
如下:The text was updated successfully, but these errors were encountered: