From b743ccda0610c7422ddcc3afd838134366a476ee Mon Sep 17 00:00:00 2001 From: Ash Harland Date: Mon, 28 Oct 2019 14:35:37 +0000 Subject: [PATCH] Change cronjob to run every 5 minutes. --- README.md | 1 + readme-vars.yml | 1 + root/defaults/nextcloud | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c0e50..8244670 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **28.10.19:** - Change cronjob to run every 5 minutes. * **24.10.19:** - Nginx default site config updated due to CVE-2019-11043 (existing users should delete `/config/nginx/site-confs/default` and restart the container). * **14.07.19:** - Download nextcloud during build time. * **28.06.19:** - Rebasing to alpine 3.10. diff --git a/readme-vars.yml b/readme-vars.yml index c635dbc..1c561d1 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -60,6 +60,7 @@ app_setup_block: | # changelog changelogs: + - { date: "28.10.19:", desc: "Change cronjob to run every 5 minutes." } - { date: "24.10.19:", desc: "Nginx default site config updated due to CVE-2019-11043 (existing users should delete `/config/nginx/site-confs/default` and restart the container)." } - { date: "14.07.19:", desc: "Download nextcloud during build time." } - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } diff --git a/root/defaults/nextcloud b/root/defaults/nextcloud index e94b555..594efac 100644 --- a/root/defaults/nextcloud +++ b/root/defaults/nextcloud @@ -1 +1 @@ -*/15 * * * * s6-setuidgid abc php7 -f /config/www/nextcloud/cron.php +*/5 * * * * s6-setuidgid abc php7 -f /config/www/nextcloud/cron.php