Browse Source

Update to nginx 1.11

pull/9/head
Chris Smith 8 years ago
parent
commit
6b01057b01
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

115
   # on (potentially) many different networks, we set the
115
   # on (potentially) many different networks, we set the
116
   # network_mode to host.
116
   # network_mode to host.
117
   nginx:
117
   nginx:
118
-    image: nginx:1.9
118
+    image: nginx:1.11
119
     container_name: autoproxy_nginx
119
     container_name: autoproxy_nginx
120
     restart: always
120
     restart: always
121
     volumes:
121
     volumes:

Loading…
Cancel
Save