mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 03:06:08 +02:00
Update 24/fpm/Dockerfile
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
5b1d76d2ac
commit
26f04049b1
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ RUN { \
|
|||
echo 'opcache.revalidate_freq=60'; \
|
||||
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
|
||||
\
|
||||
echo 'apc.enable_cli=1' >> ${PHP_INI_DIR}/conf.d/docker-php-ext-apcu.ini; \
|
||||
echo 'apc.enable_cli=1' >> "${PHP_INI_DIR}/conf.d/docker-php-ext-apcu.ini"; \
|
||||
\
|
||||
{ \
|
||||
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
|
||||
|
|
Loading…
Add table
Reference in a new issue