Add uninstall.sh for one-click removal

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-27 11:13:30 +08:00
parent a409f35e6c
commit a9e1555fe1
4 changed files with 120 additions and 5 deletions
+1
View File
@@ -108,6 +108,7 @@ print_summary() {
echo " 重启服务: cd ${INSTALL_DIR} && docker compose restart"
echo " 停止服务: cd ${INSTALL_DIR} && docker compose down"
echo " 更新部署: bash ${INSTALL_DIR}/deploy.sh"
echo " 一键卸载: bash ${INSTALL_DIR}/uninstall.sh"
echo "=========================================="
}