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!
This commit is contained in:
Emiliano 'AlberT' Gabrielli 2017-06-13 20:49:41 +02:00 committed by Misty Stanley-Jones
parent 9716c1b332
commit cd3bd1dccd
1 changed files with 1 additions and 1 deletions

View File

@ -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