wwe
September 6, 2022, 6:40am
3
Docker setup required another another Nextcloud container running cron as startup argument see following threads, this should include references and useful discussions
I need to use cron for my Nextcloud setup, but I’m having trouble getting it right.
I’d like to not use the host’s crontab, but unfortunately it’s currently the only thing that works reliable. Other solutions like posted here don’t work:
nextcloud-cron | su: must be run from a terminal
nextcloud-cron | Sat Jan 26 11:46:05 UTC 2019 - Running cron finished
I’ve tried a different approach from another file I’ve found, but that too doesn’t work:
cron:
image: nextcloud:15-apache
contain…
There’s something I’m missing about getting cron running in my docker nextcloud instance. Any help would be greatly appreciated. The nextcloud docs instructions for checking on the cron service only work on a full linux installation. All the containers are running in docker. Thanks
v21.0.1
Admin basic settings is set to cron
services:
nextcloud:
image: nextcloud:apache
container_name: nextcloud
restart: unless-stopped
networks:
- t2_proxy
depends_on:
- db
…
take a look on official docs as well
1 Like