From b4cb72c5d0f8f87a32fb686eb8a91231a6e84260 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 27 May 2023 11:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/error/index.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/error/index.tsx b/src/pages/error/index.tsx index bf3f0a77..c185e86b 100644 --- a/src/pages/error/index.tsx +++ b/src/pages/error/index.tsx @@ -59,18 +59,19 @@ const Error = () => { } description={ -
- 请先按如下方式修复,如果无法解决,可结合日志 - - 提交 issue - -
+
请先按如下方式修复:
1. 宿主机执行 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower -cR <容器名>
2. 容器内执行 ql -l check、ql -l update
+
+ 3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果 + + 提交 issue + +
} banner