Skip to content

A customized php-fpm container for local development

Notifications You must be signed in to change notification settings

BuyerQuest/docker-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BuyerQuest PHP-FPM

This is a custom php-fpm container with an opinionated set of modules and little or no facilities for runtime customization.

If you want to use it, create a volume with your PHP application rooted at /var/www/html and connect this container to something like nginx.

Example

docker run \
  --rm \
  -p 9000:9000 \
  -v $PWD/html:/var/www/html \
  -v $PWD/logs:/var/log/php \
  buyerquest/php-fpm:latest

About

A customized php-fpm container for local development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published