0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 02:25:08 +01:00
This commit is contained in:
Markus Kistler 2017-07-30 08:22:30 +00:00 committed by GitHub
commit 92dd693921

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 \