fix broken link to env file docs (#2816)

This commit is contained in:
Shubheksha Jalan 2017-04-19 00:14:06 +05:30 committed by John Mulhausen
parent 3725131ad3
commit 7dbca0d1d9
1 changed files with 1 additions and 1 deletions

View File

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