fix typo in compose envvars (#16118)

This commit is contained in:
David Karlsson 2022-11-08 15:11:33 +01:00 committed by GitHub
parent 80d4f9a3f7
commit 92adc0503b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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, theres 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, theres 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.