From aa044719c0022e81b30c3ecc8eea33ea888ede69 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 29 Jun 2016 15:20:16 +0100 Subject: [PATCH] Merge pull request #3570 from davidjb/patch-1 Fix minor YAML typo (cherry picked from commit da2aae2a298d035ebfd81e89a02fe51d0ef4839f) Signed-off-by: Sven Dowideit --- docs/compose-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compose-file.md b/docs/compose-file.md index d33bc208..5c68ea03 100644 --- a/docs/compose-file.md +++ b/docs/compose-file.md @@ -825,7 +825,7 @@ called `data` and mount it into the `db` service's containers. You can also specify the name of the volume separately from the name used to refer to it within the Compose file: - volumes + volumes: data: external: name: actual-name-of-volume