Add all volumes for cron
continuous-integration/drone/push Build was killed Details

This commit is contained in:
decentral1se 2021-06-16 13:59:18 +02:00
parent c47bd6568c
commit 6e1a8168f2
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 5 additions and 1 deletions

View File

@ -78,7 +78,11 @@ services:
cron:
image: nextcloud:21.0.2
volumes:
- nextcloud:/var/www/html
- nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached
- nextdata:/var/www/html/data:cached
- nextconfig:/var/www/html/config:cached
- ${EXTRA_VOLUME}
networks:
- internal
entrypoint: /cron.sh