Update `volumes_from` docs to state default

[Proof of read-write](cfb1b37da2/compose/config/types.py (L26)).

I found myself wondering what the default was a couple of times, and finally decided to change it :)

Signed-off-by: Michael Gilliland <gillilandmj@upmc.edu>
This commit is contained in:
Michael Gilliland 2015-12-28 16:35:05 -05:00 committed by Michael Gilliland
parent ea8cc1c3dc
commit 39af6b653b
1 changed files with 2 additions and 1 deletions

View File

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