From 11657087940d0510f6ee75019c6dedd21eb91850 Mon Sep 17 00:00:00 2001 From: Sascha Egerer Date: Sat, 30 Jun 2018 22:04:59 +0200 Subject: [PATCH] Fix copy and paste error "networks" must be "volumes" at that place --- compose/compose-file/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 5a7bc667b6..c7b9d0e0f1 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -1986,7 +1986,7 @@ conflicting with those used by other software. > [Added in version 3.4 file format](compose-versioning.md#version-34) Set a custom name for this volume. The name field can be used to reference -networks that contain special characters. The name is used as is +volumes that contain special characters. The name is used as is and will **not** be scoped with the stack name. version: '3.4'