Skip to content

Commit

Permalink
update docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benniekiss authored and Ben Milburn-Town committed Aug 21, 2024
1 parent 622974a commit 5226d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```

0 comments on commit 5226d05

Please sign in to comment.