diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 8ca61a6..b7dec62 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -20,4 +20,5 @@ * [服务器Ip](zh-cn/manual/setting-server.md) * [更新DPanel面板](zh-cn/manual/setting-upgrade.md) * **其它** - * [更新容器](zh-cn/manual/container-update.md) \ No newline at end of file + * [更新容器](zh-cn/manual/container-update.md) + * [常见问题](zh-cn/manual/qa.md) \ No newline at end of file diff --git a/docs/zh-cn/manual/qa.md b/docs/zh-cn/manual/qa.md new file mode 100644 index 0000000..072db32 --- /dev/null +++ b/docs/zh-cn/manual/qa.md @@ -0,0 +1,26 @@ +# 常见问题 + +### docker hub 镜取失败 + +##### 错误信息 + +``` +Retrying in3 seconds + +download failed after attempts=6: dial tp 108.160.170.44:443: connect: connection refused +``` + +- 请开启魔法 +- 使用国内镜像源,DPanel 的国内镜像地址为 ccr.ccs.tencentyun.com/donknap/dpanel:latest + +### 无法启动 DPanel + +##### 错误信息 + +``` +Error starting userland +proxy: listen tcp4 0.0.0.0:80: bind: address already in us +``` + +- 服务器安装过类似于宝塔之类的管理软件,占用了 80 端口。部署时更换端口,例如:-p 880:80 -p 8443:443。 +- 去掉绑定 80 及 443 的配置。 \ No newline at end of file