Updating Nginx Versions
This commit is contained in:
11
README.md
11
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/)
|
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
|
## Nginx Versions
|
||||||
- Mainline Version: **1.7.10**
|
- Mainline Version: **1.7.12**
|
||||||
- Stable Version: **1.6.2**
|
- Stable Version: **1.8.0**
|
||||||
- *Latest = Mainline Version*
|
- *Latest = Stable Version*
|
||||||
|
|
||||||
## Installation
|
## 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.
|
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
|
docker pull richarvey/nginx-php-fpm:stable
|
||||||
```
|
```
|
||||||
|
To pull the Mainline Version:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker pull richarvey/nginx-php-fpm:mainline
|
||||||
|
```
|
||||||
## Running
|
## Running
|
||||||
To simply run the container:
|
To simply run the container:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user