Fixed PHP-8.2 paths

This commit is contained in:
tms 2023-09-22 22:06:20 +02:00
parent 749bfd9470
commit 3014687e82
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
# RUN rm /etc/nginx/conf.d/default.conf
# Configure PHP-FPM
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
COPY config/php.ini /etc/php7/conf.d/custom.ini
COPY config/fpm-pool.conf /etc/php82/php-fpm.d/www.conf
COPY config/php.ini /etc/php82/conf.d/custom.ini
# Configure supervisord
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf