Docker container to install and run PHP-FPM.
Modified php-fpm build that includes required modules for MS Sql Server connection, as well as modules required for NextCloud operation (smbclient, gmp, apcu, pcntl).
Also includes PHP Composer and Node.Js
Currently maintained images:
- 8.0.22 (with and without Composer and Node.Js)
- 8.1.9 (with and without Composer and Node.js)
- 7.4.30 (with and without Composer and Node.js)
- older images remain available until Docker Hub suggests otherwise...
The tags ending with -composer
include the latest PHP Composer and Node.js available at the time of build (this is an image I use to build Laravel projects)
Available with and without Composer.
See php.info for current build info.
Full credit to NanoNinja for the inspiration.