upgrade nginx to 1.11.5

This commit is contained in:
Wenkai Yin 2016-11-02 15:49:28 +08:00
parent 35217b251c
commit 4fcfffeb47
5 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@ -7,7 +7,7 @@ make/common/config/jobservice/env
make/common/config/nginx/nginx.conf
make/common/config/nginx/cert/*
make/dev/ui/harbor_ui
make/dev//jobservice/harbor_jobservice
make/dev/jobservice/harbor_jobservice
src/ui/ui
src/jobservice/jobservice
*.pyc

View File

@ -87,7 +87,7 @@ This project uses open source components which have additional licensing terms.
* Photon OS 1.0: [docker image](https://hub.docker.com/_/photon/), [license](https://github.com/vmware/photon/blob/master/COPYING)
* Docker Registry 2.5: [docker image](https://hub.docker.com/_/registry/), [license](https://github.com/docker/distribution/blob/master/LICENSE)
* MySQL 5.6: [docker image](https://hub.docker.com/_/mysql/), [license](https://github.com/docker-library/mysql/blob/master/LICENSE)
* NGINX 1.9: [docker image](https://hub.docker.com/_/nginx/), [license](https://github.com/nginxinc/docker-nginx/blob/master/LICENSE)
* NGINX 1.11.5: [docker image](https://hub.docker.com/_/nginx/), [license](https://github.com/nginxinc/docker-nginx/blob/master/LICENSE)
### Partners
<a href="https://www.shurenyun.com/" border="0" target="_blank"><img alt="DataMan" src="docs/img/dataman.png"></a> &nbsp; &nbsp; <a href="http://www.slamtec.com" target="_blank" border="0"><img alt="SlamTec" src="docs/img/slamteclogo.png"></a>

View File

@ -185,7 +185,7 @@ Replace the first "80" to a customized port, e.g. 8888:80.
```
proxy:
image: library/nginx:1.9
image: library/nginx:1.11.5
restart: always
volumes:
- ./config/nginx:/etc/nginx
@ -228,7 +228,7 @@ Replace the first "443" to a customized port, e.g. 4443:443.
```
proxy:
image: library/nginx:1.9
image: library/nginx:1.11.5
restart: always
volumes:
- ./config/nginx:/etc/nginx

View File

@ -75,7 +75,7 @@ services:
syslog-address: "tcp://127.0.0.1:1514"
tag: "jobservice"
proxy:
image: library/nginx:1.9
image: library/nginx:1.11.5
restart: always
volumes:
- ../common/config/nginx:/etc/nginx

View File

@ -74,7 +74,7 @@ services:
syslog-address: "tcp://127.0.0.1:1514"
tag: "jobservice"
proxy:
image: nginx:1.9
image: nginx:1.11.5
container_name: nginx
restart: always
volumes: