From 6084df92acf9d847bbae0463ba0edf07802c0c12 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Tue, 5 Nov 2019 14:27:30 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cab15e..53eeffc 100644 --- a/README.md +++ b/README.md @@ -12,7 +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 `) -* Follows the KISS principle (Keep It Simple, Stupid) to make it easy to understand and adjust the image +* Follows the KISS principle (Keep It Simple, Stupid) to make it easy to understand and adjust the image to your needs [![Docker Pulls](https://img.shields.io/docker/pulls/trafex/alpine-nginx-php7.svg)](https://hub.docker.com/r/trafex/alpine-nginx-php7/)