mirror of https://github.com/docker/docs.git
Merge pull request #8206 from sergey-bon/fix-typo
Fix typo: docker_compose.yml
This commit is contained in:
commit
f2d93c449a
|
@ -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