mirror of https://github.com/docker/docs.git
fix typo in compose envvars (#16118)
This commit is contained in:
parent
80d4f9a3f7
commit
92adc0503b
|
@ -4,7 +4,7 @@ description: Scenario Overview illustrating how environment variables are resolv
|
||||||
keywords: compose, environment, env file
|
keywords: compose, environment, env file
|
||||||
---
|
---
|
||||||
|
|
||||||
This page contains information on how how interpolation works when using environment variables in Compose.
|
This page contains information on how interpolation works when using environment variables in Compose.
|
||||||
|
|
||||||
When you set the same environment variable in multiple files, there’s a precedence rule used by Compose. It aims to resolve the value for the variable in question.
|
When you set the same environment variable in multiple files, there’s a precedence rule used by Compose. It aims to resolve the value for the variable in question.
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ Each row represents a combination of contexts where `TAG` is set or passed simul
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> The columns _`Host OS` environment_ and _`.env` file_ is listed only for lookup. These columns can't result in a variable in the container by itself.
|
> The columns _`Host OS` environment_ and _`.env` file_ is listed only for lookup. These columns can't result in a variable in the container by itself.
|
||||||
|
|
Loading…
Reference in New Issue