Skip to content

Commit

Permalink
Merge pull request #326 from dokku/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
fix: update the letsencrypt plugin to run off midnight hours
  • Loading branch information
josegonzalez committed Feb 25, 2024
2 parents 80dfe59 + bf9a9d3 commit b7bc6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron-entries
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

trigger-letsencrypt-cron-entries() {
if [[ -f "${DOKKU_LIB_ROOT}/data/letsencrypt/autorenew" ]]; then
echo "@daily;dokku letsencrypt:auto-renew;/var/log/dokku/letsencrypt.log"
echo "24 6 * * *;dokku letsencrypt:auto-renew;/var/log/dokku/letsencrypt.log"
fi
}

Expand Down

0 comments on commit b7bc6e6

Please sign in to comment.