From 195aace9f5a9efbc1df4fcbe20b1033c6c5a0e5c Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 22 Apr 2015 16:17:28 +0100 Subject: [PATCH] Updating Nginx Versions --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4769761..1f2ac91 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ If you have any improvements please submit a pull request. The Docker hub build can be found here: [https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/](https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/) ## Nginx Versions -- Mainline Version: **1.7.10** -- Stable Version: **1.6.2** -- *Latest = Mainline Version* +- Mainline Version: **1.7.12** +- Stable Version: **1.8.0** +- *Latest = Stable Version* ## Installation Pull the image from the docker index rather than downloading the git repo. This prevents you having to build the image on every docker host. @@ -23,6 +23,11 @@ To pull the Stable Version: ``` docker pull richarvey/nginx-php-fpm:stable ``` +To pull the Mainline Version: + +``` +docker pull richarvey/nginx-php-fpm:mainline +``` ## Running To simply run the container: