diff --git a/compose/envvars-precedence.md b/compose/envvars-precedence.md index 4a0517ffb1..97449ecc72 100644 --- a/compose/envvars-precedence.md +++ b/compose/envvars-precedence.md @@ -4,7 +4,7 @@ description: Scenario Overview illustrating how environment variables are resolv 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. @@ -57,4 +57,4 @@ Each row represents a combination of contexts where `TAG` is set or passed simul > **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. \ No newline at end of file +> 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.