Skip to content

google85/docker-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!