mirror of https://github.com/docker/docs.git
Fix typo: docker_compose.yml -> docker-compose.yml
This commit is contained in:
parent
da4ef309a3
commit
5d944298d9
|
@ -205,7 +205,7 @@ the value assigned to a variable that shows up more than once_. The files in the
|
|||
list are processed from the top down. For the same variable specified in file
|
||||
`a.env` and assigned a different value in file `b.env`, if `b.env` is
|
||||
listed below (after), then the value from `b.env` stands. For example, given the
|
||||
following declaration in `docker_compose.yml`:
|
||||
following declaration in `docker-compose.yml`:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
|
|
|
@ -532,7 +532,7 @@ the value assigned to a variable that shows up more than once_. The files in the
|
|||
list are processed from the top down. For the same variable specified in file
|
||||
`a.env` and assigned a different value in file `b.env`, if `b.env` is
|
||||
listed below (after), then the value from `b.env` stands. For example, given the
|
||||
following declaration in `docker_compose.yml`:
|
||||
following declaration in `docker-compose.yml`:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
|
|
|
@ -1001,7 +1001,7 @@ the value assigned to a variable that shows up more than once_. The files in the
|
|||
list are processed from the top down. For the same variable specified in file
|
||||
`a.env` and assigned a different value in file `b.env`, if `b.env` is
|
||||
listed below (after), then the value from `b.env` stands. For example, given the
|
||||
following declaration in `docker_compose.yml`:
|
||||
following declaration in `docker-compose.yml`:
|
||||
|
||||
```none
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue