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:
parent
e43855e3e1
commit
f10cdcf4b9
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue