diff --git a/compose.yml b/compose.yml index 87f06eb..6a30ace 100644 --- a/compose.yml +++ b/compose.yml @@ -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