solved nextcloud cron bugs

This commit is contained in:
Kevin Veen-Birkenbach 2021-08-19 22:08:16 +02:00
parent c59a839523
commit 201475c581

View File

@ -69,10 +69,10 @@
image: redis:alpine
restart: always
cron:
image: nextcloud:fpm-alpine
image: "nextcloud:{{nextcloud_version}}-fpm-alpine"
restart: always
volumes:
- nextcloud:/var/www/html
- nextcloud-data:/var/www/html
entrypoint: /cron.sh
# depends_on:
# - database