Skip to content

Commit 922a407

Browse files
Lukeluhahamburml
authored andcommitted
fix for default cron renewal definition (#36)
1 parent 6a30ef3 commit 922a407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:16.04
55
ENV DEBIAN_FRONTEND=noninteractive \
66
CERTBOT_EMAIL="" \
77
PROXY_ADDRESS="proxy" \
8-
CERTBOT_CRON_RENEW="('0 3 * * *' '0 15* * *')" \
8+
CERTBOT_CRON_RENEW="('0 3 * * *' '0 15 * * *')" \
99
PATH="$PATH:/root"
1010

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

0 commit comments

Comments
 (0)