From 7b08dc1cfe2d51af962d0cb700ae66214ac583a5 Mon Sep 17 00:00:00 2001 From: dqzboy Date: Fri, 5 Jul 2024 18:56:49 +0800 Subject: [PATCH] docs: issue.md --- Issue/issue.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Issue/issue.md b/Issue/issue.md index 89a249d..5da9c18 100644 --- a/Issue/issue.md +++ b/Issue/issue.md @@ -52,4 +52,7 @@ location ^~ / { ``` #### 5、拉取镜像报错 `tls: failed to verify certificate: x509: certificate signed by unknown authority` -- [x] **已知问题:** 证书问题。表示证书是由一个未知的或不受信任的证书颁发机构(CA)签发的。 \ No newline at end of file +- [x] **已知问题:** 证书问题。表示证书是由一个未知的或不受信任的证书颁发机构(CA)签发的。 + +#### 6、通过docker-compose部署,如何设置Proxy认证 +- [x] **已知问题:** 查看教程:[自建Docker镜像加速服务](https://www.dqzboy.com/8709.html) \ No newline at end of file