First running version of PHP and nginx.

This commit is contained in:
Christian Steinle
2022-10-04 06:04:09 +02:00
commit 1d65082965
8 changed files with 261 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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