Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit b06e7b3

Browse files
committed
docs: update NapCat deployment instructions in Docker documentation
1 parent dd95160 commit b06e7b3

File tree

2 files changed

+13
-26
lines changed

2 files changed

+13
-26
lines changed

en/deploy/astrbot/docker.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
88
## Deploy with Docker Compose
99

10-
::: details Deploy with NapCatQQ
11-
12-
If you want to use NapCat to **deploy AstrBot to QQ (personal account)**, this method will deploy both AstrBot and NapCat together, which is faster.
13-
14-
```bash
15-
mkdir astrbot
16-
cd astrbot
17-
wget https://raw.githubusercontent.com/NapNeko/NapCat-Docker/main/compose/astrbot.yml
18-
sudo docker compose -f astrbot.yml up -d
19-
```
20-
21-
:::
22-
2310
::: details Deploy AstrBot Only (General Method)
2411

2512
First, clone the AstrBot repository to your local machine:

zh/deploy/astrbot/docker.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
88
## 通过 Docker Compose 部署
99

10-
::: details 和 NapCatQQ 一起部署
11-
12-
如果您想使用 NapCat 将 AstrBot **部署到 QQ(个人号)**,使用这种方式会同时部署 AstrBot 和 NapCat,更快。
13-
14-
```bash
15-
mkdir astrbot
16-
cd astrbot
17-
wget https://raw.githubusercontent.com/NapNeko/NapCat-Docker/main/compose/astrbot.yml
18-
sudo docker compose -f astrbot.yml up -d
19-
```
20-
21-
:::
22-
2310
::: details 只部署 AstrBot(通用方式)
2411

2512
首先,需要 Clone AstrBot 仓库到本地:
@@ -56,6 +43,19 @@ docker pull soulter/shipyard-ship:latest
5643
配置和使用详见 [Agent 沙盒环境](/use/astrbot-agent-sandbox.md) 文档。
5744
:::
5845

46+
::: details 和 NapCat 一起部署
47+
48+
如果您想对接 NapCat,使用这种方式可以同时部署 AstrBot 和 NapCat。
49+
50+
```bash
51+
mkdir astrbot
52+
cd astrbot
53+
wget https://raw.githubusercontent.com/NapNeko/NapCat-Docker/main/compose/astrbot.yml
54+
sudo docker compose -f astrbot.yml up -d
55+
```
56+
57+
:::
58+
5959

6060
## 通过 Docker 部署
6161

0 commit comments

Comments
 (0)