
Runing Nextcloud Docker cron jobs
Nextcloud Cron Jobs To run scheduled tasks inside a nextcloud docker container use the docker-host system crontab of the root user. Note: running a cron docker container as non-root user is too complicated for this setup. A few notes: Run official docker images. Not needed with AIO The user running nextcloud is 1001. The main docker folder is at /home/user/docker The project folder name is nextcloud. Run in terminal (docker host system terminal): ...