Update comment in docker-compose.yml

The tag of the used nginx image got changed, but the comment still references the old tag.
This commit is contained in:
einnamehalt 2018-03-16 10:13:15 +01:00 коммит произвёл GitHub
Родитель f2a1c4c922
Коммит 0a1a8b1635
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

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