diff --git a/omeka-s-docker/Dockerfile b/omeka-s-docker/Dockerfile index 8a49e03..6f82ab6 100644 --- a/omeka-s-docker/Dockerfile +++ b/omeka-s-docker/Dockerfile @@ -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