feat(harbor): 添加8443端口映射并更新readme

在compose.yaml中添加8443端口映射以支持HTTPS访问
更新readme.md文件,添加证书文件信息
This commit is contained in:
cnphpbb
2025-12-04 20:21:55 +08:00
parent 8c380de3d6
commit b4e2d63d1e
2 changed files with 7 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ services:
- harbor
ports:
- 8080:8080
- 8443:8443
depends_on:
- registry
- core