From 6d6a3b1efffaf55589e004502139dcdf2e604588 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 1 Oct 2022 17:13:07 +0530 Subject: [PATCH] add how to use crontab instead of using a separate nextcloud container --- master-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/master-compose.yml b/master-compose.yml index 476c148..e23ccfe 100644 --- a/master-compose.yml +++ b/master-compose.yml @@ -146,6 +146,9 @@ services: - nextcloud_database_user_password +# use the following in your crontab instead of deploying `nextcloud-karma` +# */5 * * * * podman exec -u www-data nextcloud-govinda /usr/local/bin/php -f /var/www/html/cron.php >/dev/null 2>&1 +# =========================================================================== # nextcloud-cron: # image: nextcloud:production # container_name: nextcloud-karma