From 6e1a8168f252c820a7d91ee80e02f0e1473b75a3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 16 Jun 2021 13:59:18 +0200 Subject: [PATCH] Add all volumes for cron --- compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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