Fix typo: docker_compose.yml -> docker-compose.yml

This commit is contained in:
Sergey Bon 2019-02-09 15:11:15 +02:00
parent da4ef309a3
commit 5d944298d9
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: