Skip to content

Commit 239b510

Browse files
authored
Merge pull request #118 from TechAsh/master
Change cronjob to run every 5 minutes.
2 parents 9ef01dc + b743ccd commit 239b510

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
203203

204204
## Versions
205205

206+
* **28.10.19:** - Change cronjob to run every 5 minutes.
206207
* **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).
207208
* **14.07.19:** - Download nextcloud during build time.
208209
* **28.06.19:** - Rebasing to alpine 3.10.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ app_setup_block: |
6060
6161
# changelog
6262
changelogs:
63+
- { date: "28.10.19:", desc: "Change cronjob to run every 5 minutes." }
6364
- { 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)." }
6465
- { date: "14.07.19:", desc: "Download nextcloud during build time." }
6566
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }

root/defaults/nextcloud

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*/15 * * * * s6-setuidgid abc php7 -f /config/www/nextcloud/cron.php
1+
*/5 * * * * s6-setuidgid abc php7 -f /config/www/nextcloud/cron.php

0 commit comments

Comments
 (0)