# AstrBot OneClick Deploy **Repository Path**: iuarn/AstrBot-OneClick-Deploy ## Basic Information - **Project Name**: AstrBot OneClick Deploy - **Description**: docker一键部署astrbot(含napcat)脚本 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-05-10 - **Last Updated**: 2025-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Bot ## README # AstrBot 一键部署脚本 一键安装 Docker 并部署 AstrBot/Napcat 服务。 ## 功能特点 1、自动安装 Docker 及配置镜像加速 2、容器自启动策略(--restart=always) 3、数据卷持久化存储 4、兼容性:支持 Ubuntu 18.04+/Debian 9+ 系统。 5、支持选择性安装。 6、支持容器的更新。 ### Astrbot官方文档: https://astrbot.app ## 使用方法 下载并执行脚本: ```bash wget -O astrbot-install.sh https://gitee.com/iuarn/AstrBot-OneClick-Deploy/raw/main/astrbot-install.sh && chmod +x astrbot-install.sh && ./astrbot-install.sh