mirror of https://github.com/docker/docs.git
fix broken link to env file docs (#2816)
This commit is contained in:
parent
3725131ad3
commit
7dbca0d1d9
|
@ -19,7 +19,7 @@ port mapping is `:5000` (which is of course an invalid port mapping, and will
|
|||
result in an error when attempting to create the container).
|
||||
|
||||
You can set default values for environment variables using a
|
||||
[`.env` file](env-file.md), which Compose will automatically look for. Values
|
||||
[`.env` file](../env-file.md), which Compose will automatically look for. Values
|
||||
set in the shell environment will override those set in the `.env` file.
|
||||
|
||||
$ unset EXTERNAL_PORT
|
||||
|
|
Loading…
Reference in New Issue