Added PROPOGATION_TIME variable

This commit is contained in:
2022-06-20 22:08:30 +00:00
parent 1773f9d3ee
commit 09bdaf819c
4 changed files with 9 additions and 4 deletions

View File

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