Merge pull request #1940 from dmcgowan/lets-encrypt-port-note

Add note about required let's encrypt port
This commit is contained in:
Richard Scothern 2016-09-01 16:13:18 -07:00 committed by GitHub
commit 49c1a62cb2

View file

@ -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>