forked from DevOps/deploy.stack
feat(harbor): 添加8443端口映射并更新readme
在compose.yaml中添加8443端口映射以支持HTTPS访问 更新readme.md文件,添加证书文件信息
This commit is contained in:
@@ -211,6 +211,7 @@ services:
|
||||
- harbor
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8443:8443
|
||||
depends_on:
|
||||
- registry
|
||||
- core
|
||||
|
||||
@@ -49,3 +49,9 @@ docker compose -p harbor -f ./docker-compose.yml pull
|
||||
docker compose -p harbor -f ./docker-compose.yml up -d
|
||||
```
|
||||
|
||||
```
|
||||
root@hkthyear-8015912443:/data/caddy/certificate/certificates/acme-v02.api.letsencrypt.org-directory/hub.6t7.net# lsd
|
||||
hub.6t7.net.crt hub.6t7.net.json hub.6t7.net.key
|
||||
root@hkthyear-8015912443:/data/caddy/certificate/certificates/acme-v02.api.letsencrypt.org-directory/hub.6t7.net#
|
||||
harbor#1977
|
||||
```
|
||||
Reference in New Issue
Block a user