Skip to content

moeen-basra/php-fpm-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP FPM ALPINE

PHP FPM and ALPINE image for development.

How to use

You can use this image using moeenbasra/php-fpm-alpine:latest or moeenbasra/php-fpm-alpine:tag

You can also override some of deault build arguments

  1. user // default laravel
  2. gid // default 1000
  3. xdebug // default true
  4. xdebug_remote_host // default docker.for.mac.localhost
  5. xdebug_port // default 9001