From be36aa8148414040c9003a5ea364663b02b6a55a Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Wed, 20 Apr 2022 17:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0bd5c4..bccaa64 100644 --- a/README.md +++ b/README.md @@ -60,21 +60,24 @@ 7. **此时Cookie已经复制到你的粘贴板上了** - ## 使用Docker运行 Docker的运行脚本基于Linux平台编写,暂未在Win平台测试。 将本项目Clone至本地后,请先按照上述步骤添加或修改配置文件。随后执行 -``` + +```text docker-compose up -d ``` + 启动docker容器。   容器运行成功后可用 -``` + +```text docker-compose logs -f ``` + 命令来查看程序输出。   若需要添加配置文件或修改配置文件,可直接在主机config文件夹中修改,修改的内容将实时同步在容器中。 @@ -93,7 +96,7 @@ docker-compose logs -f 4. 提交方法选`本地上传文件夹`,并在下方的函数代码处上传整个项目文件夹。 -5. 执行方法填写 `index.main_handler`. +5. 执行方法填写 `index.main_handler`,多用户请填写`main_handler_mulit`. 6. 展开高级配置,将执行超时时间修改为 `300 秒`,其他保持默认。