Merge pull request #8206 from sergey-bon/fix-typo

Fix typo: docker_compose.yml
This commit is contained in:
Maria Bermudez 2019-02-11 14:43:08 -08:00 committed by GitHub
commit f2d93c449a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: