Add uninstall.sh for one-click removal
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -38,6 +38,7 @@ cloud-browser/
|
||||
├── app/ # 后端(FastAPI + Playwright)
|
||||
├── static/ # 前端页面
|
||||
├── deploy.sh # 一键部署脚本
|
||||
├── uninstall.sh # 一键卸载脚本
|
||||
├── docker-compose.yml
|
||||
├── Dockerfile
|
||||
└── DEPLOY.md # 部署文档
|
||||
@@ -51,6 +52,7 @@ docker compose logs -f app # 查看日志
|
||||
docker compose restart # 重启
|
||||
docker compose down # 停止
|
||||
bash deploy.sh # 更新并重新部署
|
||||
bash uninstall.sh # 一键卸载
|
||||
```
|
||||
|
||||
## 安全说明
|
||||
|
||||
Reference in New Issue
Block a user