add cron for nextcloud

This commit is contained in:
James 2022-01-31 21:30:36 +00:00
parent 4193d7ac4b
commit cc137fd32d
1 changed files with 10 additions and 0 deletions

View File

@ -70,3 +70,13 @@ services:
NGINX_HOST: ${NGINX_HOST}
depends_on:
- nextcloud
cron:
image: nextcloud:${NEXTCLOUD_TAG}
restart: unless-stopped
volumes:
- ${VOLUME_PATH}/var/www/html:/var/www/html
entrypoint: /cron.sh
depends_on:
- db
- redis