Docker setup & cron - Nextcloud community
help.nextcloud.com › t › docker-setup-cronApr 20, 2020 · Hello I’m running my nextclud instance via docker (compose file adopted from here). There is already a container running /cron.sh, which starts a busybox with cron, which starts cron.php every 5 minutes. Now my question is: how to do i add additional tasks? (i.e. ./occ fulltextsearch:index) I do not want to rebuild the nextcloud image just for adding a cron task. And i do not want to use the ...