From aa968de89bf3bacdaf1e1f0d1040faecf6961600 Mon Sep 17 00:00:00 2001 From: Julien Bordellier <1444415+jstoja@users.noreply.github.com> Date: Fri, 9 Feb 2018 22:19:38 +0100 Subject: [PATCH] Fix port requirement for SSL of docker registry (#5973) Just bellow my edit the port 443 is used, not the port 5000 as mentioned. This PR fixes that. --- registry/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/deploying.md b/registry/deploying.md index 571fc0f379..c52954a4ce 100644 --- a/registry/deploying.md +++ b/registry/deploying.md @@ -185,7 +185,7 @@ These examples assume the following: - Your registry URL is `https://myregistry.domain.com/`. - Your DNS, routing, and firewall settings allow access to the registry's host - on port 5000. + on port 443. - You have already obtained a certificate from a certificate authority (CA). If you have been issued an _intermediate_ certificate instead, see