Hi All,
I’m trying to use the system cron service for Nextcloud (which was installed using the helper script.)
Has anyone had any success getting this working, as I have tried using it directly, and using the docker container:
docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c “php /web/nextcloud/cron.php”
Would anyone be able to point me in the right direction, as the News app does not update unless the cron is set up and working.
Phil