File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
zh/deploy/platform/aiocqhttp Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ NapCat 提供了大量的部署方式,包括 Docker、Windows 一键安装包
3232
3333## 通过 Docker Compose 部署
3434
35- > [ !TIP]
36- > 如果用 Docker Compose 部署,NapCat 侧无需配置,通过 NapCat WebUI (工作在端口 6099) 或 ` docker logs napcat ` 登录,仅在 AstrBot 侧开启 aiocqhttp 适配器即可连接,并且可以直接实现文件 ` 语音数据 ` 、` 文件数据 ` 正常接收与发送。
37-
38351 . 下载或复制 [ astrbot.yml] ( https://github.com/NapNeko/NapCat-Docker/blob/main/compose/astrbot.yml ) 内容
39362 . 将刚刚下载的文件重命名为 ` astrbot.yml `
40373 . 编辑 ` astrbot.yml ` ,将 ` # - "6199:6199" ` 修改为 ` - "6199:6199" ` ,移除开头的 ` # `
@@ -46,9 +43,6 @@ NAPCAT_UID=$(id -u) NAPCAT_GID=$(id -g) docker compose -f ./astrbot.yml up -d
4643
4744## 通过 Docker 部署
4845
49- > [ !TIP]
50- > 如果用 Docker 部署,将无法正常接收到` 语音数据 ` 、` 文件数据 ` 。这意味着语音转文字、沙箱的文件输入功能将无法使用。可以接收到文字消息、图片消息等其他类型的消息。
51-
5246此教程默认您安装了 Docker。
5347
5448在终端执行以下命令即可一键部署。
You can’t perform that action at this time.
0 commit comments