fix readme

This commit is contained in:
Henri Dwyer 2016-09-21 19:39:33 -04:00
parent d4b3dbabab
commit 79cc989e76
1 changed files with 3 additions and 1 deletions

View File

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