PHP FPM and ALPINE image for development. including the postgres pdo and client, nodejs, npm, git, nano
You can use this image using moeenbasra/php-fpm-alpine:latest
or moeenbasra/php-fpm-alpine:tag
docker build moeenbasra/php-fpm-alpine:latest --build-arg user={user} gid={gid} xdebug={true|false} xdebug_remote_host={xdebug_remote_host} xdebug_port={xdebug_port}
docker build moeenbasra/php-fpm-alpine:latest --build-arg user=laravel gid=1000 xdebug=true xdebug_remote_host=docker.for.mac.localhost xdebug_port=9001
You can also override some of deault build arguments
- user // default laravel
- gid // default 1000
- xdebug // default true
- xdebug_remote_host // default docker.for.mac.localhost
- xdebug_port // default 9001