Просмотр исходного кода

Fix minor YAML typo

Signed-off-by: David Beitey <[email protected]>
David Beitey 9 лет назад
Родитель
Сommit
0287486b14
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/compose-file.md

+ 1 - 1
docs/compose-file.md

@@ -796,7 +796,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