From 0a1a8b16355241a5bf7290cca140162db75111f0 Mon Sep 17 00:00:00 2001 From: einnamehalt Date: Fri, 16 Mar 2018 10:13:15 +0100 Subject: [PATCH] Update comment in docker-compose.yml The tag of the used nginx image got changed, but the comment still references the old tag. --- compose-sample-2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-sample-2/docker-compose.yml b/compose-sample-2/docker-compose.yml index 3d15ad7..de1e6b6 100644 --- a/compose-sample-2/docker-compose.yml +++ b/compose-sample-2/docker-compose.yml @@ -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: