Modify installation_guide.md

Modify HTTS of network port 4443 to HTTPS.
This commit is contained in:
Yuki 2018-06-25 09:40:14 +08:00 committed by GitHub
parent fcae81a034
commit bf0ba46c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Harbor is deployed as several Docker containers, and, therefore, can be deployed
|Port|Protocol|Description|
|---|---|---|
|443|HTTPS|Harbor UI and API will accept requests on this port for https protocol|
|4443|HTTS|Connections to the Docker Content Trust service for Harbor, only needed when Notary is enabled|
|4443|HTTPS|Connections to the Docker Content Trust service for Harbor, only needed when Notary is enabled|
|80|HTTP|Harbor UI and API will accept requests on this port for http protocol|
## Installation Steps