Skip to content

Commit

Permalink
fix for default cron renewal definition (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukeluha authored and hamburml committed Jan 11, 2018
1 parent 6a30ef3 commit 922a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ FROM ubuntu:16.04
ENV DEBIAN_FRONTEND=noninteractive \
CERTBOT_EMAIL="" \
PROXY_ADDRESS="proxy" \
CERTBOT_CRON_RENEW="('0 3 * * *' '0 15* * *')" \
CERTBOT_CRON_RENEW="('0 3 * * *' '0 15 * * *')" \
PATH="$PATH:/root"

# http://stackoverflow.com/questions/33548530/envsubst-command-getting-stuck-in-a-container
Expand Down

0 comments on commit 922a407

Please sign in to comment.