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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue