reset php mem limit

This commit is contained in:
Sebastian Hugentobler 2019-03-17 17:12:05 +01:00
parent 5eed8fc913
commit 7486752349

View File

@ -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 \