From 893ca4bd35604dded3f95f519aebd9aa3f6b6555 Mon Sep 17 00:00:00 2001 From: Marcel <34819524+MarcelCoding@users.noreply.github.com> Date: Fri, 12 Aug 2022 15:39:44 +0200 Subject: [PATCH] Update stack.yml Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com> --- stack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.yml b/stack.yml index 631ab045..2bf19ea2 100644 --- a/stack.yml +++ b/stack.yml @@ -32,6 +32,8 @@ services: volumes: - nextcloud:/var/www/html entrypoint: /cron.sh + # environment: + # - NEXTCLOUD_CRON_LOG_LEVEL=8 depends_on: - db