Fixed env_file anchor in environment-variables.md (#8764)

This commit is contained in:
Daniel Peukert 2019-05-09 20:35:31 +02:00 committed by Maria Bermudez
parent 89b428019d
commit f2093d4e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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