From cd3bd1dccd01e91d810b01a30b237991580ceebe Mon Sep 17 00:00:00 2001 From: Emiliano 'AlberT' Gabrielli Date: Tue, 13 Jun 2017 20:49:41 +0200 Subject: [PATCH] Clarify on quotation marks (#3503) Spent a lot trying to issue why Mysql password was not set in the container .. it was caused by having quoted it! --- compose/env-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/env-file.md b/compose/env-file.md index 059b9a67df..553b5a68e6 100644 --- a/compose/env-file.md +++ b/compose/env-file.md @@ -15,7 +15,7 @@ These syntax rules apply to the `.env` file: * Compose expects each line in an `env` file to be in `VAR=VAL` format. * Lines beginning with `#` (i.e. comments) are ignored. * Blank lines are ignored. -* There is no special handling of quotation marks. +* There is no special handling of quotation marks (i.e. **they will be part of the VAL**, you have been warned ;) ). ## Compose file and CLI variables