From 164289ebb85610a3750d34df38cfb1af6fc954fe Mon Sep 17 00:00:00 2001 From: benniekiss <63211101+benniekiss@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:53:07 -0400 Subject: [PATCH] update docker readme --- docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/README.md b/docker/README.md index fc280fc2..ff7aa030 100644 --- a/docker/README.md +++ b/docker/README.md @@ -19,5 +19,7 @@ docker run -d --rm -p 80:80 -p 443:443 \ > For SSL generation, you need to run this image in a server with proper public IP and a domain name pointing to it. ## Environment variables * ```NGINX_SSL_PORT``` Changes the port that Nginx listens to. Defaults to ```443``` +* ```NGINX_SSL_CERT``` Provide a pre-generated SSL certificate. Optional +* ```NGINX_SSL_KEY``` Provide a pre-generated SSL certificate key. Optional * ```LETSENCRYPT_DOMAIN``` Enables Certbot`s client execution for the specified domain. Defaults to ```none``` * ```LETSENCRYPT_EMAIL``` Email used in Certbot`s client execution to register the certificate request. Defaults to ```example@local``` \ No newline at end of file