wekaz

Results 4 comments of wekaz

> The background cron should be run in a separate container If you provide the docker-compose.yml you using I can help you with how to set up the cron container....

> The nextcloud volumes and cron volumes must inline already did > ` > - ./nextcloud_html:/var/www/html > `

so i have to add these too? > ``` > - ./nextcloud_html:/var/www/html > - ./app/config:/var/www/html/config > - ./app/custom_apps:/var/www/html/custom_apps > - ./app/data:/var/www/html/data > - ./app/themes:/var/www/html/themes > - /etc/localtime:/etc/localtime:ro > ```