mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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.
This commit is contained in:
committed by
Misty Stanley-Jones
parent
cca10d4fb8
commit
aa968de89b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user