FastCGI implementation for PHP, composer installed, production ready
97
FastCGI implementation for PHP, composer installed, production ready and compatible with tomy0000000/nginx
| Configurations | |
|---|---|
| Base Image | php-fpm:7.4 |
| Container Name | awesome-php-fpm |
| Volumes | |
| Network | |
| Expose Port | 9000 |
docker-compose \
--file docker-compose-build.yml \
up --detach --build
docker build --tag tomy0000000/php-fpm:7.4-nginx .
docker-compose up --detach
docker run \
--detach \
--volume="$PWD/nginx/html:/usr/share/nginx/html" \
--name awesome-php-fpm \
--sysctl net.ipv4.ip_unprivileged_port_start=0 \
tomy0000000/php-fpm:7.4-nginx
docker kill --signal USR2 awesome-php-fpm
Content type
Image
Digest
Size
151.9 MB
Last updated
about 6 years ago
docker pull tomy0000000/php-fpm:7.4-nginx-1.1