8000 Update envvars.md (#4999) · unlaudable/docker.github.io@0a96073 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a96073

Browse files
scjaneMisty Stanley-Jones
authored andcommitted
Update envvars.md (docker#4999)
1 parent 4c7ba50 commit 0a96073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compose/reference/envvars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Variables starting with `DOCKER_` are the same as those used to configure the
1010
Docker command-line client. If you're using `docker-machine`, then the `eval "$(docker-machine env my-docker-vm)"` command should set them to their correct values. (In this example, `my-docker-vm` is the name of a machine y 8000 ou created.)
1111

1212
> **Note**: Some of these variables can also be provided using an
13-
> [environment file](/compose/env-file.md)
13+
> [environment file](/compose/env-file.md).
1414
1515
## COMPOSE\_PROJECT\_NAME
1616

1717
Sets the project name. This value is prepended along with the service name to
1818
the container on start up. For example, if your project name is `myapp` and it
19-
includes two services `db` and `web` then compose starts containers named
19+
includes two services `db` and `web`, then Compose starts containers named
2020
`myapp_db_1` and `myapp_web_1` respectively.
2121

2222
Setting this is optional. If you do not set this, the `COMPOSE_PROJECT_NAME`
@@ -92,7 +92,7 @@ If set, the value of the `COMPOSE_FILE` environment variable will be separated
9292
using this character as path separator.
9393

9494

95-
## Related Information
95+
## Related information
9696

9797
- [User guide](/compose/index.md)
9898
- [Installing Compose](/compose/install.md)

0 commit comments

Comments
 (0)
0