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