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,7 +115,7 @@ services:
115 115
   # on (potentially) many different networks, we set the
116 116
   # network_mode to host.
117 117
   nginx:
118
-    image: nginx:1.9
118
+    image: nginx:1.11
119 119
     container_name: autoproxy_nginx
120 120
     restart: always
121 121
     volumes:

Loading…
Cancel
Save