How to run Nextcloud cron in a docker-compose based setup
Run this command in the directory where docker-compose.yml
is located in order to run the Nextcloud cron job:
docker-compose exec -u www-data nextcloud php cron.php
Run this command in the directory where docker-compose.yml
is located in order to run the Nextcloud cron job:
docker-compose exec -u www-data nextcloud php cron.php