1- # Docker PHP-FPM 7.3 & Nginx 1.18 on Alpine Linux
2- Example PHP-FPM 7.3 & Nginx 1.18 setup for Docker, build on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
1+ # Docker PHP-FPM 7.4 & Nginx 1.18 on Alpine Linux
2+ Example PHP-FPM 7.4 & Nginx 1.18 setup for Docker, build on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
33The image is only +/- 35MB large.
44
55Repository: https://github.com/TrafeX/docker-php-nginx
66
77
88* Built on the lightweight and secure Alpine Linux distribution
99* Very small Docker image size (+/-35MB)
10- * Uses PHP 7.3 for better performance, lower CPU usage & memory footprint
10+ * Uses PHP 7.4 for better performance, lower CPU usage & memory footprint
1111* Optimized for 100 concurrent users
1212* Optimized to only use resources when there's traffic (by using PHP-FPM's on-demand PM)
1313* The servers Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
@@ -18,7 +18,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
1818[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/trafex/alpine-nginx-php7.svg )] ( https://hub.docker.com/r/trafex/alpine-nginx-php7/ )
1919[ ![ Docker image layers] ( https://images.microbadger.com/badges/image/trafex/alpine-nginx-php7.svg )] ( https://microbadger.com/images/trafex/alpine-nginx-php7 )
2020![ nginx 1.18.0] ( https://img.shields.io/badge/nginx-1.18-brightgreen.svg )
21- ![ php 7.3 ] ( https://img.shields.io/badge/php-7.3 -brightgreen.svg )
21+ ![ php 7.4 ] ( https://img.shields.io/badge/php-7.4 -brightgreen.svg )
2222![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
2323
2424### Breaking changes (26/01/2019)
0 commit comments