From bf0ba46c46653580cd8e771cfa905133bdead204 Mon Sep 17 00:00:00 2001 From: Yuki Date: Mon, 25 Jun 2018 09:40:14 +0800 Subject: [PATCH] Modify installation_guide.md Modify HTTS of network port 4443 to HTTPS. --- docs/installation_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation_guide.md b/docs/installation_guide.md index ca44e9a73..8939b5363 100644 --- a/docs/installation_guide.md +++ b/docs/installation_guide.md @@ -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