1
0
Fork 0

add how to use crontab instead of using a separate nextcloud container

This commit is contained in:
Pratham Patel 2022-10-01 17:13:07 +05:30
parent 154aa52562
commit 6d6a3b1eff
1 changed files with 3 additions and 0 deletions

View File

@ -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