/docker-php-fpm

DockerHub PHP-FPM configurable image.

Primary LanguageMakefile

PHP-FPM Docker image

What is PHP-FPM?

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

Usage

  • Build:

    make build
  • Push to Dockerhub:

    make push
  • That's it!