Skip to content

Commit 4884cbb

Browse files
committed
Fix opcache dir
1 parent 367b829 commit 4884cbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
/etc/nginx/fastcgi_params && \
2727
echo "**** configure php opcache ****" && \
2828
echo 'opcache.validate_timestamps=0' >> \
29-
/etc/php83/conf.d/00_opcache.ini && \
29+
/etc/php84/conf.d/00_opcache.ini && \
3030
echo "**** configure php-fpm to pass env vars ****" && \
3131
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php84/php-fpm.d/www.conf && \
3232
if ! grep -qxF 'clear_env = no' /etc/php84/php-fpm.d/www.conf; then echo 'clear_env = no' >> /etc/php84/php-fpm.d/www.conf; fi && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626
/etc/nginx/fastcgi_params && \
2727
echo "**** configure php opcache ****" && \
2828
echo 'opcache.validate_timestamps=0' >> \
29-
/etc/php83/conf.d/00_opcache.ini && \
29+
/etc/php84/conf.d/00_opcache.ini && \
3030
echo "**** configure php-fpm to pass env vars ****" && \
3131
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php84/php-fpm.d/www.conf && \
3232
if ! grep -qxF 'clear_env = no' /etc/php84/php-fpm.d/www.conf; then echo 'clear_env = no' >> /etc/php84/php-fpm.d/www.conf; fi && \

0 commit comments

Comments
 (0)