1
- # Docker PHP-FPM 7.2 & Nginx 1.14 on Alpine Linux
2
- Example PHP-FPM 7.2 & Nginx 1.14 setup for Docker, build on [ Alpine Linux] ( http://www.alpinelinux.org/ ) .
1
+ # Docker PHP-FPM 7.3 & Nginx 1.16 on Alpine Linux
2
+ Example PHP-FPM 7.3 & Nginx 1.16 setup for Docker, build on [ Alpine Linux] ( http://www.alpinelinux.org/ ) .
3
3
The image is only +/- 35MB large.
4
4
5
5
Repository: https://github.com/TrafeX/docker-php-nginx
6
6
7
7
8
8
* Built on the lightweight and secure Alpine Linux distribution
9
9
* Very small Docker image size (+/-35MB)
10
- * Uses PHP 7.2 for better performance, lower cpu usage & memory footprint
10
+ * Uses PHP 7.3 for better performance, lower cpu usage & memory footprint
11
11
* Optimized for 100 concurrent users
12
12
* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)
13
13
* The servers Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
@@ -17,8 +17,8 @@ Repository: https://github.com/TrafeX/docker-php-nginx
17
17
18
18
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/trafex/alpine-nginx-php7.svg )] ( https://hub.docker.com/r/trafex/alpine-nginx-php7/ )
19
19
[ ![ Docker image layers] ( https://images.microbadger.com/badges/image/trafex/alpine-nginx-php7.svg )] ( https://microbadger.com/images/trafex/alpine-nginx-php7 )
20
- ![ nginx 1.14 .1] ( https://img.shields.io/badge/nginx-1.14 -brightgreen.svg )
21
- ![ php 7.2 ] ( https://img.shields.io/badge/php-7.2 -brightgreen.svg )
20
+ ![ nginx 1.16 .1] ( https://img.shields.io/badge/nginx-1.16 -brightgreen.svg )
21
+ ![ php 7.3 ] ( https://img.shields.io/badge/php-7.3 -brightgreen.svg )
22
22
![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
23
23
24
24
### Breaking changes (26/01/2019)
0 commit comments