From 304337e10602327cd4c03c23b8fd5be8e16684e3 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Thu, 13 Sep 2018 18:27:08 -0600 Subject: [PATCH] docker-compose example should use 3.6 for version number (#1107) --- docs/users/extend/customization-extendibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users/extend/customization-extendibility.md b/docs/users/extend/customization-extendibility.md index 91a73cd2a96..0368e0560b9 100644 --- a/docs/users/extend/customization-extendibility.md +++ b/docs/users/extend/customization-extendibility.md @@ -24,7 +24,7 @@ Each project can have an unlimited number of .ddev/docker-compose.*.yaml files a For example, a `.ddev/docker-compose.environment.yaml` with these contents would add a $TYPO3_CONTEXT environment variable to the web container, and a $SOMETHING environment variable to the db container: ``` -version: '3' +version: '3.6' services: web: