mirror of https://github.com/docker/docs.git
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:
parent
9716c1b332
commit
cd3bd1dccd
|
@ -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.
|
* Compose expects each line in an `env` file to be in `VAR=VAL` format.
|
||||||
* Lines beginning with `#` (i.e. comments) are ignored.
|
* Lines beginning with `#` (i.e. comments) are ignored.
|
||||||
* Blank lines 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
|
## Compose file and CLI variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue