From 0a49d9fde08a5cbdc74e66eb0d955c7194a5c35c Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Wed, 24 Feb 2021 21:22:25 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 657352c..d8b466a 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,10 @@ 配置与安装请参考[nonebot2文档](https://v2.nonebot.dev/)
Docker部署方法 + Docker镜像地址为`felinae98/nonebot-hk-reporter`对应main分支,`felinae98/nonebot-hk-reporter:arknights`对应arknights分支。例子: ```bash -docker run --name nonebot-hk-reporter --network -d -e 'SUPERUSERS=[]' -v :/data -e 'hk_reporter_config_path=/data' -e 'HK_REPORTER_USE_PIC=True' -e 'HK_REPORTER_USE_LOCAL=True' +docker run --name nonebot-hk-reporter --network -d -e 'SUPERUSERS=[]' -v :/data -e 'hk_reporter_config_path=/data' -e 'HK_REPORTER_USE_PIC=True' -e 'HK_REPORTER_USE_LOCAL=True felinae98/nonebot-hk-reporter' ``` go-cqhttp镜像可使用`felinae98/go-cqhttp-ffmpeg`(数据目录为`/data`),需要注意,两个容器需要在同一个network中。