Files
nginx-fpm-8-2/README.md
2022-10-04 06:09:25 +02:00

13 lines
538 B
Markdown

# Docker PHP-FPM & Nginx on Alpine Linux
* Built on the lightweight and secure Alpine Linux distribution
* Small image size
* PHP 8.1
* Optimized for 100 concurrent users
* Optimized to only use resources when there's traffic (PHP-FPM's on-demand process manager)
* Using a non-privileged user to make it more secure
* Logs of all services are redirected to the output of the container
## Build status
[![Build Status](https://drone.fam-steinle.de/api/badges/docker/nginx-fpm/status.svg)](https://drone.fam-steinle.de/docker/nginx-fpm)