From e26b8482aa8dae0ad49ac1d8c74454acfaa8e6db Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Mon, 7 Dec 2020 11:31:23 +0100 Subject: [PATCH] Add missing EMAIL_LETS_ENCRYPT parameter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 22b412b..a3488d4 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,12 @@ Context : *global* If set to yes, automatic certificate generation and renewal will be setup through Let's Encrypt. This will enable HTTPS on your website for free. You will need to redirect the 80 port to 8080 port inside container and also set the `SERVER_NAME` environment variable. +`EMAIL_LETS_ENCRYPT` +Values : *contact@yourdomain.com* +Default value : *contact@yourdomain.com* +Context : *global*, *multisite* +Define the contact email address declare in the certificate. + ### HTTP `LISTEN_HTTP`