From 5d944298d990f25005989a438c81e4b2f4cff9ca Mon Sep 17 00:00:00 2001 From: Sergey Bon Date: Sat, 9 Feb 2019 15:11:15 +0200 Subject: [PATCH] Fix typo: docker_compose.yml -> docker-compose.yml --- compose/compose-file/compose-file-v1.md | 2 +- compose/compose-file/compose-file-v2.md | 2 +- compose/compose-file/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/compose-file/compose-file-v1.md b/compose/compose-file/compose-file-v1.md index 7e0ede1bc1..9e5c1ac1de 100644 --- a/compose/compose-file/compose-file-v1.md +++ b/compose/compose-file/compose-file-v1.md @@ -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: diff --git a/compose/compose-file/compose-file-v2.md b/compose/compose-file/compose-file-v2.md index cf59a2a446..63fdb132b2 100644 --- a/compose/compose-file/compose-file-v2.md +++ b/compose/compose-file/compose-file-v2.md @@ -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: diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 76d4ec4dc7..82b52899a5 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -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: