From 74867523492d0e35c573a6e5bffc47e28fe0a27d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 17 Mar 2019 17:12:05 +0100 Subject: [PATCH] reset php mem limit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47b9860..8c88133 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY --from=builder /var/lib/nextcloud /var/lib/nextcloud ENV FPMUSER=nginx ENV FPMGROUP=nginx -ENV PHP_MEMORY_LIMIT=512M +#ENV PHP_MEMORY_LIMIT=512M RUN apk add --no-cache \ nginx \