We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a30ef3 commit 922a407Copy full SHA for 922a407
Dockerfile
@@ -5,7 +5,7 @@ FROM ubuntu:16.04
5
ENV DEBIAN_FRONTEND=noninteractive \
6
CERTBOT_EMAIL="" \
7
PROXY_ADDRESS="proxy" \
8
- CERTBOT_CRON_RENEW="('0 3 * * *' '0 15* * *')" \
+ CERTBOT_CRON_RENEW="('0 3 * * *' '0 15 * * *')" \
9
PATH="$PATH:/root"
10
11
# http://stackoverflow.com/questions/33548530/envsubst-command-getting-stuck-in-a-container
0 commit comments