Updated README

migrate-github-actions
Tim de Pater 2019-01-27 07:52:36 +01:00
parent 7256d82ab3
commit e95b618d3e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)
* The servers Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
* The logs of all the services are redirected to the output of the Docker container (visible with `docker logs -f <container name>`)
* Follows the KISS principle (Keep It Simple, Stupid) to make it easy to understand and adjust the image
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/alpine-nginx-php7.svg)](https://hub.docker.com/r/trafex/alpine-nginx-php7/)