mirror of https://github.com/docker/docs.git
Update compose-file-v2.md
This commit is contained in:
parent
be2dcf2909
commit
a97df05f5b
|
@ -1304,9 +1304,6 @@ refer to it within the Compose file:
|
||||||
|
|
||||||
## Variable substitution
|
## Variable substitution
|
||||||
|
|
||||||
|
|
||||||
## Variable substitution
|
|
||||||
|
|
||||||
Your configuration options can contain environment variables. Compose uses the
|
Your configuration options can contain environment variables. Compose uses the
|
||||||
variable values from the shell environment in which `docker-compose` is run. For
|
variable values from the shell environment in which `docker-compose` is run. For
|
||||||
example, suppose the shell contains `POSTGRES_VERSION=9.3` and you supply this
|
example, suppose the shell contains `POSTGRES_VERSION=9.3` and you supply this
|
||||||
|
|
Loading…
Reference in New Issue