From 79cc989e76a6c6c776e22af32b00c1863dc896d7 Mon Sep 17 00:00:00 2001 From: Henri Dwyer Date: Wed, 21 Sep 2016 19:39:33 -0400 Subject: [PATCH] fix readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d925db..9f71d29 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ In docker-compose.yml, change the environment variables: ### Using the automated image -docker run --name certbot -v `pwd`/certs:/certs --restart always -e "DOMAINS=domain1.com domain2.com" -e "EMAIL=webmaster@domain1.com" -e "CONCAT=true" henridwyer/docker-letsencrypt-cron +```shell +docker run --name certbot -v `pwd`/certs:/certs --restart always -e "DOMAINS=domain1.com domain2.com" -e "EMAIL=webmaster@domain1.com" -e "CONCAT=true" -e "WEBROOT=" henridwyer/docker-letsencrypt-cron +``` ### Building the image