From f57b3480893cab5da65762cacd972897b63416b0 Mon Sep 17 00:00:00 2001 From: Alex Finnarn Date: Wed, 3 Jan 2018 16:52:15 -0800 Subject: [PATCH] Update Example To Use Version 3 (#5662) --- compose/compose-file/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 4ccdc1c833..cd144d7c2d 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -182,7 +182,7 @@ Configuration options that are applied at build time. context: ```none -version: '2' +version: '3' services: webapp: build: ./dir @@ -192,7 +192,7 @@ Or, as an object with the path specified under [context](#context) and optionally [Dockerfile](#dockerfile) and [args](#args): ```none -version: '2' +version: '3' services: webapp: build: