mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fixed env_file anchor in environment-variables.md (#8764)
This commit is contained in:
committed by
Maria Bermudez
parent
89b428019d
commit
f2093d4e2a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user