Fixed PHP-8.2 paths
This commit is contained in:
parent
749bfd9470
commit
3014687e82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user