Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit 025a121

Browse files
committed
[#3] rewrite the default email explanation
1 parent cc1603f commit 025a121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ That's about it already. If you want to run it without `docker-compose` it would
1414
`docker run -d --name nginx-proxy -v /var/run/docker.sock:/tmp/docker.sock:ro -e LETSENCRYPT_EMAIL=<[email protected]> --restart=always eforce21/letsencrypt-nginx-proxy`
1515

1616
### Configuration
17-
You can configure the email address that should be used for certificate generation with letsencrypt with the environment variable `LETSENCRYPT_EMAIL`. If you do not set it, the email address will defaul to `info@vHost`.
17+
You can configure the email address that should be used for certificate generation with letsencrypt with the environment variable `LETSENCRYPT_EMAIL`. If you do not set it, the email address will defaul to `info@VIRTUAL_HOST`.
1818

1919
If there's anything else you want to configure. Please also have a look at [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy/). There you'll find more beautiful documentation on how to do more magic with this reverse proxy.
2020

0 commit comments

Comments
 (0)