mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
add cron for nextcloud
This commit is contained in:
parent
4193d7ac4b
commit
cc137fd32d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user