nextcloud: add variables for apc and opcache memory size

This commit is contained in:
Wonderfall
2016-09-19 13:14:53 +02:00
parent d2969c59ea
commit 649cf6c819
13 changed files with 26 additions and 12 deletions

View File

@ -5,7 +5,9 @@ ARG NEXTCLOUD_VERSION=9.0.53
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"
ENV UID=991 GID=991 \
UPLOAD_MAX_SIZE=10G
UPLOAD_MAX_SIZE=10G \
APC_SHM_SIZE=128M \
OPCACHE_MEM_SIZE=128
RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \