Browse Source

Upgrade to nginx 1.13

pull/9/head
Chris Smith 7 years ago
parent
commit
06e4ac7a40
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

106
   # on (potentially) many different networks, we set the
106
   # on (potentially) many different networks, we set the
107
   # network_mode to host.
107
   # network_mode to host.
108
   nginx:
108
   nginx:
109
-    image: nginx:1.11
109
+    image: nginx:1.13
110
     container_name: autoproxy_nginx
110
     container_name: autoproxy_nginx
111
     restart: always
111
     restart: always
112
     volumes:
112
     volumes:

Loading…
Cancel
Save