1- # Docker PHP-FPM 8.0 & Nginx 1.20 on Alpine Linux
2- Example PHP-FPM 8.0 & Nginx 1.20 container image for Docker, built on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
1+ # Docker PHP-FPM 8.1 & Nginx 1.20 on Alpine Linux
2+ Example PHP-FPM 8.1 & Nginx 1.20 container image for Docker, built on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
33
44Repository: https://github.com/TrafeX/docker-php-nginx
55
66
77* Built on the lightweight and secure Alpine Linux distribution
88* Multi-platform, supporting AMD4, ARMv6, ARMv7, ARM64
99* Very small Docker image size (+/-40MB)
10- * Uses PHP 8.0 for better performance, lower CPU usage & memory footprint
10+ * Uses PHP 8.1 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 ` process manager)
1313* The services Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
@@ -16,7 +16,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
1616
1717[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/trafex/php-nginx.svg )] ( https://hub.docker.com/r/trafex/php-nginx/ )
1818![ nginx 1.20] ( https://img.shields.io/badge/nginx-1.20-brightgreen.svg )
19- ![ php 8.0 ] ( https://img.shields.io/badge/php-8.0 -brightgreen.svg )
19+ ![ php 8.1 ] ( https://img.shields.io/badge/php-8.1 -brightgreen.svg )
2020![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
2121
2222## [ ![ Trafex Consultancy] ( https://timdepater.com/logo/mini-logo.png )] ( https://timdepater.com?mtm_campaign=github )
0 commit comments