0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 02:25:08 +01:00

Customisation1

Max Mem
This commit is contained in:
Markus Kistler 2017-07-09 10:52:07 +02:00 committed by GitHub
parent e43855e3e1
commit f10cdcf4b9

View file

@ -33,6 +33,11 @@ RUN { \
echo 'opcache.revalidate_freq=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
# Custom
RUN { \
echo 'memory_limit = 512M'; \
} > /usr/local/etc/php/conf.d/custom.ini
# PECL extensions
RUN set -ex \
&& pecl install APCu-5.1.8 \