Merge pull request #22 from AdminJack/patch-1
eliminate confusion in example of Let's Encrypt
This commit is contained in:
commit
2faf618500
1 changed files with 2 additions and 4 deletions
|
@ -137,12 +137,10 @@ The `LETSENCRYPT_HOST` variable most likely needs to be the same as the `VIRTUAL
|
|||
For example
|
||||
|
||||
```
|
||||
$ docker run -d -p 80:80 -p 443:443 \
|
||||
$ docker run -d -p 80:80 \
|
||||
-e VIRTUAL_HOST="foo.bar.com,bar.com" \
|
||||
-e LETSENCRYPT_HOST="foo.bar.com,bar.com" \
|
||||
-e LETSENCRYPT_EMAIL="foo@bar.com" \
|
||||
-v /var/run/docker.sock:/tmp/docker.sock:ro \
|
||||
dmp1ce/nginx-proxy-letsencrypt
|
||||
-e LETSENCRYPT_EMAIL="foo@bar.com" ...
|
||||
```
|
||||
|
||||
### Basic Authentication Support
|
||||
|
|
Loading…
Reference in a new issue