mirror of https://github.com/docker/docs.git
Fixed env_file anchor in environment-variables.md (#8764)
This commit is contained in:
parent
89b428019d
commit
f2093d4e2a
|
@ -53,7 +53,7 @@ the same variable in the shell in which Compose is run.
|
||||||
## The “env_file” configuration option
|
## The “env_file” configuration option
|
||||||
|
|
||||||
You can pass multiple environment variables from an external file through to
|
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 ...`:
|
just like with `docker run --env-file=FILE ...`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in New Issue