Skip to content

Commit

Permalink
Change default opcache black list file location
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Apr 16, 2024
1 parent 9e5f732 commit 9db3acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN \
cp -f /home/docker/php/default73.ini /etc/php/7.3/docker_setup.ini && \
ln -s /etc/php/7.3/docker_setup.ini /etc/php/7.3/fpm/conf.d/ && \
cp -f /home/docker/php/default73_cli.ini /etc/php/7.3/cli/conf.d/ && \
cp -f /home/docker/php/default_opcache_blacklist /etc/php/7.3/opcache_blacklist && \
cp -f /home/docker/php/default_opcache_blacklist /etc/php/opcache_blacklist && \
sed -i 's/^listen = .*/listen = 80/g' /etc/php/7.3/fpm/pool.d/www.conf && \
sed -i 's/^pm = .*/pm = ondemand/g' /etc/php/7.3/fpm/pool.d/www.conf && \
sed -i 's/;daemonize = .*/daemonize = no/g' /etc/php/7.3/fpm/php-fpm.conf && \
Expand Down

0 comments on commit 9db3acb

Please sign in to comment.