From 8f1256ab3fb4bf76b92d77a90a468e9da1237d91 Mon Sep 17 00:00:00 2001 From: AdminJack Date: Tue, 15 Dec 2015 13:38:08 +0100 Subject: [PATCH] eliminate confusion in example of Let's Encrypt We don't need a connection over a proxy to a proxy. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7afdad6..6f07184 100644 --- a/README.md +++ b/README.md @@ -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