mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
committed by
Misty Stanley-Jones
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.
|
||||
* 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user