mirror of https://github.com/docker/compose.git
Update environment variable names in docs
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
2eb20d89af
commit
a516d61b49
|
@ -148,12 +148,12 @@ Variables starting with `DOCKER_` are the same as those used to configure the
|
|||
Docker command-line client. If you're using boot2docker, `$(boot2docker shellinit)`
|
||||
will set them to their correct values.
|
||||
|
||||
### FIG\_PROJECT\_NAME
|
||||
### COMPOSE\_PROJECT\_NAME
|
||||
|
||||
Set the project name, which is prepended to the name of every container started by
|
||||
Compose. Defaults to the `basename` of the current working directory.
|
||||
|
||||
### FIG\_FILE
|
||||
### COMPOSE\_FILE
|
||||
|
||||
Set the path to the `docker-compose.yml` to use. Defaults to `docker-compose.yml`
|
||||
in the current working directory.
|
||||
|
|
Loading…
Reference in New Issue