Nextcloud: run cronejob every minute
This commit is contained in:
parent
0520815da1
commit
fc106060b7
3 changed files with 2 additions and 9 deletions
|
@ -72,12 +72,6 @@ services:
|
|||
volumes:
|
||||
- ${VOLUMES_PATH}/nextcloud/html:/var/www/html
|
||||
- ${VOLUMES_PATH}/nextcloud/data:/var/www/html/data
|
||||
# If I mount my crontab into the container crond is not working any more :(
|
||||
# docker log should print 11110001 lines
|
||||
# https://github.com/nextcloud/docker/issues/1775
|
||||
# https://github.com/nextcloud/docker/issues/1695
|
||||
# build own cron image?
|
||||
# - $PWD/crontab:/var/spool/cron/crontabs/www-data
|
||||
entrypoint: /cron.sh
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue