Skip to content

Commit 164289e

Browse files
benniekissbenniekiss
authored andcommitted
update docker readme
1 parent 0930503 commit 164289e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ docker run -d --rm -p 80:80 -p 443:443 \
1919
> For SSL generation, you need to run this image in a server with proper public IP and a domain name pointing to it.
2020
## Environment variables
2121
* ```NGINX_SSL_PORT``` Changes the port that Nginx listens to. Defaults to ```443```
22+
* ```NGINX_SSL_CERT``` Provide a pre-generated SSL certificate. Optional
23+
* ```NGINX_SSL_KEY``` Provide a pre-generated SSL certificate key. Optional
2224
* ```LETSENCRYPT_DOMAIN``` Enables Certbot`s client execution for the specified domain. Defaults to ```none```
2325
* ```LETSENCRYPT_EMAIL``` Email used in Certbot`s client execution to register the certificate request. Defaults to ```example@local```

0 commit comments

Comments
 (0)