Skip to content

Commit 941450c

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 502fda1 commit 941450c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

24/fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ RUN { \
9999
echo 'opcache.revalidate_freq=60'; \
100100
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
101101
\
102-
echo 'apc.enable_cli=1' >> "${PHP_INI_DIR}/conf.d/docker-php-ext-apcu.ini"; \
102+
echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
103103
\
104104
{ \
105105
echo 'memory_limit=${PHP_MEMORY_LIMIT}'; \
106106
echo 'upload_max_filesize=${PHP_UPLOAD_LIMIT}'; \
107107
echo 'post_max_size=${PHP_UPLOAD_LIMIT}'; \
108-
} > "${PHP_INI_DIR}/conf.d/nextcloud.ini"; \
108+
} > /usr/local/etc/php/conf.d/nextcloud.ini; \
109109
\
110110
mkdir /var/www/data; \
111111
chown -R www-data:root /var/www; \

0 commit comments

Comments
 (0)