From b8aaf24f2c51368372994f9c6ee319cef52498fd Mon Sep 17 00:00:00 2001 From: Artfaith <25136754+serious-angel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:17:38 +0200 Subject: [PATCH] Update envvars.md (#21627) Dear Community and Developers, Thank you heartfelt for the marvel you do... --- Fixed a tiny typo, ~~making the strict "Director" to not watch closely the directory but having their own business~~. --- Best and kind regards :sparkles: --- .../manuals/compose/how-tos/environment-variables/envvars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/compose/how-tos/environment-variables/envvars.md b/content/manuals/compose/how-tos/environment-variables/envvars.md index a0fa287780..54a2a5e446 100644 --- a/content/manuals/compose/how-tos/environment-variables/envvars.md +++ b/content/manuals/compose/how-tos/environment-variables/envvars.md @@ -30,7 +30,7 @@ This page contains information on how you can set or change the following pre-de ## Methods to override You can set or change the pre-defined environment variables: -- With an [`.env` file located in your working director](/manuals/compose/how-tos/environment-variables/variable-interpolation.md) +- With an [`.env` file located in your working directory](/manuals/compose/how-tos/environment-variables/variable-interpolation.md) - From the command line - From your [shell](variable-interpolation.md#substitute-from-the-shell)