From 3f31fdc0ba6a1ab6a77a39175623c097fe64f594 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 26 Aug 2021 13:02:30 +0200 Subject: [PATCH] Try larger mem limit for PHP --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index d6df975..da96fe0 100644 --- a/compose.yml +++ b/compose.yml @@ -60,6 +60,7 @@ services: - MAIL_DOMAIN - SMTP_AUTHTYPE=PLAIN - OVERWRITEPROTOCOL=https + - PHP_MEMORY_LIMIT=1G volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached