readd memory limit

This commit is contained in:
Sebastian Hugentobler 2019-03-17 17:46:30 +01:00
parent 7486752349
commit b5c26d910b

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 \