Skip to content

Docker container with PHP 7.4 FPM with the plugins I need

License

Notifications You must be signed in to change notification settings

deonthomasgy/docker-php74-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PHP-FPM 7.4 with Composer 2 and Node 10

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

This Container includes the following extensions:

  • iconv
  • mcrypt
  • pdo_mysql
  • bcmath
  • gd
  • imagick
  • exif
  • mysqli
  • intl

Installation

The following command will pull the latest php-fpm build.

$ docker pull princeamd/php-fpm:latest

Create Container

The following command creates a container with php-fpm that's available on port: 9000.

docker run --name thomas-php -h php -v /etc/localtime:/etc/localtime:ro -d princeamd/php-fpm:latest

License

MIT

About

Docker container with PHP 7.4 FPM with the plugins I need

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published