added mit license, updated nginx Dockerfiles

This commit is contained in:
Bret Fisher 2017-10-27 19:17:13 -04:00
Родитель 09ecb6c82f
Коммит fa5fd03242
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@ version: '3'
services:
proxy:
image: nginx:1.11 # this will use the latest version of 1.11.x
image: nginx:1.13 # this will use the latest version of 1.11.x
ports:
- '80:80' # expose 80 on host and sent to 80 in container
volumes:

Просмотреть файл

@ -1,3 +1,3 @@
FROM nginx:1.11
FROM nginx:1.13
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf