Cleanup command-line reference docs by renaming overview to envvars.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-01-28 19:17:18 -05:00
commit 2df5593e8f
6 changed files with 36 additions and 30 deletions

View file

@ -93,7 +93,7 @@ this project name to:
The default project name is the basename of the project directory. You can set
a custom project name by using the
[`-p` command line option](./reference/docker-compose.md) or the
[`COMPOSE_PROJECT_NAME` environment variable](./reference/overview.md#compose-project-name).
[`COMPOSE_PROJECT_NAME` environment variable](./reference/envvars.md#compose-project-name).
### Preserve volume data when containers are created