Increase verbosity of logging and log to stderr
This commit is contained in:
parent
0f3d1bc304
commit
dfb74a3d01
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ FROM certbot/certbot:amd64-latest
|
|||
COPY new-domain /usr/bin/new-domain
|
||||
COPY renew /etc/periodic/monthly/renew
|
||||
|
||||
ENTRYPOINT /usr/sbin/crond -f
|
||||
ENTRYPOINT /usr/sbin/crond -fd0
|
||||
|
||||
|
|
Loading…
Reference in a new issue