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:
parent
09d8e4bd93
commit
a92ed35ab2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue