Merge pull request #1940 from dmcgowan/lets-encrypt-port-note
Add note about required let's encrypt port
This commit is contained in:
commit
49c1a62cb2
1 changed files with 5 additions and 0 deletions
|
@ -1066,6 +1066,11 @@ and proxy connections to the registry server.
|
|||
The `letsencrypt` struct within `tls` is **optional**. Use this to configure TLS
|
||||
certificates provided by [Let's Encrypt](https://letsencrypt.org/how-it-works/).
|
||||
|
||||
>**NOTE**: When using Let's Encrypt ensure that the outward facing address is
|
||||
> accessible on port `443`. The registry defaults to listening on `5000`, if
|
||||
> run as a container consider adding the flag `-p 443:5000` to the `docker run`
|
||||
> command or similar setting in cloud configuration.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
|
|
Loading…
Reference in a new issue