From b344d1beb3ca49077c99356f363d574e2b3b50e5 Mon Sep 17 00:00:00 2001 From: TribalNightOwl <34578120+TribalNightOwl@users.noreply.github.com> Date: Tue, 11 Feb 2020 09:21:50 -0500 Subject: [PATCH] Fix missing comma (#10226) * Fix missing comma * Improved way to describe boolean values in env Great idea @dHannasch! --- compose/compose-file/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 9ac9ca2e89..1684784f94 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -1073,7 +1073,7 @@ VAR=hello ### environment Add environment variables. You can use either an array or a dictionary. Any -boolean values; true, false, yes no, need to be enclosed in quotes to ensure +boolean values (true, false, yes, no) need to be enclosed in quotes to ensure they are not converted to True or False by the YML parser. Environment variables with only a key are resolved to their values on the