mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修改错误页面提示
This commit is contained in:
parent
79fd4ec58f
commit
b4cb72c5d0
|
@ -59,18 +59,19 @@ const Error = () => {
|
||||||
}
|
}
|
||||||
description={
|
description={
|
||||||
<Typography.Text type="danger">
|
<Typography.Text type="danger">
|
||||||
<div>
|
<div>请先按如下方式修复:</div>
|
||||||
请先按如下方式修复,如果无法解决,可结合日志
|
|
||||||
<Typography.Link href="https://github.com/whyour/qinglong/issues/new?assignees=&labels=&template=bug_report.yml">
|
|
||||||
提交 issue
|
|
||||||
</Typography.Link>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
1. 宿主机执行 docker run --rm -v
|
1. 宿主机执行 docker run --rm -v
|
||||||
/var/run/docker.sock:/var/run/docker.sock
|
/var/run/docker.sock:/var/run/docker.sock
|
||||||
containrrr/watchtower -cR <容器名>
|
containrrr/watchtower -cR <容器名>
|
||||||
</div>
|
</div>
|
||||||
<div>2. 容器内执行 ql -l check、ql -l update</div>
|
<div>2. 容器内执行 ql -l check、ql -l update</div>
|
||||||
|
<div>
|
||||||
|
3. 如果无法解决,容器内执行 pm2 logs,拷贝执行结果
|
||||||
|
<Typography.Link href="https://github.com/whyour/qinglong/issues/new?assignees=&labels=&template=bug_report.yml">
|
||||||
|
提交 issue
|
||||||
|
</Typography.Link>
|
||||||
|
</div>
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
}
|
}
|
||||||
banner
|
banner
|
||||||
|
|
Loading…
Reference in New Issue
Block a user