mirror of https://github.com/docker/docs.git
Update environment-variables.md to include critical syntax info
I looked forever to find this information. The expected section to find this information is this page, not where it ends up at the bottom of overview. Based on the v3 overview of compose-files, it seems it can be included with this line- as thats how they did it there. A link would also work, or a copy of the whole section. Using include has the added benefit however of making a single section with changes updated across the docs if needed.
This commit is contained in:
parent
15d0df06c4
commit
e2162d8b64
|
@ -25,6 +25,7 @@ If you have multiple environment variables, you can substitute them by adding
|
|||
them to a default environment variable file named `.env` or by providing a
|
||||
path to your environment variables file using the `--env-file` command line option.
|
||||
|
||||
{% include content/compose-var-sub.md %}
|
||||
|
||||
### The “.env” file
|
||||
|
||||
|
|
Loading…
Reference in New Issue