Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 11:11
· 16 commits to master since this release

This version adds support for HTTPS. Usage:

docker run ... \
  --mount type=bind,source=$(pwd)/my-certificate.p12,destination=/config/ssl-certificate.p12 \
  -e MICRO_SSL_CERT_PASSWORD=my-certificate-password