From 54483a979d0f962fdf813055f34c68d1547981a9 Mon Sep 17 00:00:00 2001 From: Charlie Hayes Date: Sat, 19 May 2018 22:32:42 -0500 Subject: [PATCH] Updated version specification The version specification used in the examples was before the feature was introduced and would thus never parse. --- _includes/content/compose-extfields-sub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/content/compose-extfields-sub.md b/_includes/content/compose-extfields-sub.md index 0508dca7df..44c298083e 100644 --- a/_includes/content/compose-extfields-sub.md +++ b/_includes/content/compose-extfields-sub.md @@ -29,7 +29,7 @@ logging: You may write your Compose file as follows: ```none -version: '2.1' +version: '3.4' x-logging: &default-logging options: @@ -50,7 +50,7 @@ It is also possible to partially override values in extension fields using the [YAML merge type](http://yaml.org/type/merge.html). For example: ```none -version: '2.1' +version: '3.4' x-volumes: &default-volume driver: foobar-storage