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 host for managing tasks in the container (host systemd oder host cron)
any way to manage this?
Greetings
Dakky