From f2093d4e2a5f950d1fd8e6dc61441a1d90cecdb4 Mon Sep 17 00:00:00 2001 From: Daniel Peukert Date: Thu, 9 May 2019 20:35:31 +0200 Subject: [PATCH] Fixed env_file anchor in environment-variables.md (#8764) --- compose/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/environment-variables.md b/compose/environment-variables.md index 42680cce17..662eb23060 100644 --- a/compose/environment-variables.md +++ b/compose/environment-variables.md @@ -53,7 +53,7 @@ the same variable in the shell in which Compose is run. ## The “env_file” configuration option You can pass multiple environment variables from an external file through to -a service's containers with the ['env_file' option](compose-file.md#envfile), +a service's containers with the ['env_file' option](compose-file.md#env_file), just like with `docker run --env-file=FILE ...`: ```yaml