nginx-php-fpm
nginx-php-fpm copied to clipboard
Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
- nginx version 1.27.1 - php version 8.3.10 - composer version 2.7.8 - default.conf update - Dockerfile update - README update - index.php update - supervisord.conf update
Here is my content inside Dockerfile ` FROM wyveo/nginx-php-fpm:php72 RUN apt-get update && apt-get install -y \ librdkafka-dev RUN docker-php-ext-install rdkafka && docker-php-ext-enable rdkafk ` Error I am getting: `4.121...
php73 was unbuildable due to EOL of Debian buster's sury repositories removal)