Procházet zdrojové kódy

Merge pull request #2584 from mjgpy3/patch-1

Update `volumes_from` docs to state default
Aanand Prasad před 10 roky
rodič
revize
fc99c7ee19
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      docs/compose-file.md

+ 2 - 1
docs/compose-file.md

@@ -645,7 +645,8 @@ information.
 ### volumes_from
 ### volumes_from
 
 
 Mount all of the volumes from another service or container, optionally
 Mount all of the volumes from another service or container, optionally
-specifying read-only access(``ro``) or read-write(``rw``).
+specifying read-only access (``ro``) or read-write (``rw``). If no access level is specified,
+then read-write will be used.
 
 
     volumes_from:
     volumes_from:
      - service_name
      - service_name