This commit is contained in:
julien 2025-03-06 11:50:13 +01:00
parent c4561aec83
commit 8cf89e90d4

View File

@ -4,6 +4,7 @@
Add this line into the host crontab with `crontab -e`. Add this line into the host crontab with `crontab -e`.
``` ```
# Nextcloud
*/5 * * * * nerdctl exec -u www-data cloudnetignet_nextcloud php /var/www/html/cron.php */5 * * * * nerdctl exec -u www-data cloudnetignet_nextcloud php /var/www/html/cron.php
``` ```