Add GENERATE_DHPARAM

This commit is contained in:
2022-06-20 22:41:27 +00:00
parent 09bdaf819c
commit c25786a930
3 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,7 @@ ENV EMAIL=
ENV INTERVAL="0 */6 * * *"
ENV STAGING=false
ENV PROPOGATION_TIME=10
ENV GENERATE_DHPARAM=true
ENTRYPOINT ["/usr/bin/tini", "-s", "/run.sh"]