Kaynağa Gözat

Merge pull request #3570 from davidjb/patch-1

Fix minor YAML typo
Ben Firshman 9 yıl önce
ebeveyn
işleme
da2aae2a29
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/compose-file.md

+ 1 - 1
docs/compose-file.md

@@ -798,7 +798,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
 You can also specify the name of the volume separately from the name used to
 refer to it within the Compose file:
 refer to it within the Compose file:
 
 
-    volumes
+    volumes:
       data:
       data:
         external:
         external:
           name: actual-name-of-volume
           name: actual-name-of-volume