Skip to content

Commit fc99c7e

Browse files
committed
Merge pull request docker#2584 from mjgpy3/patch-1
Update `volumes_from` docs to state default
2 parents 2108561 + 39af6b6 commit fc99c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/compose-file.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,8 @@ information.
645645
### volumes_from
646646

647647
Mount all of the volumes from another service or container, optionally
648-
specifying read-only access(``ro``) or read-write(``rw``).
648+
specifying read-only access (``ro``) or read-write (``rw``). If no access level is specified,
649+
then read-write will be used.
649650

650651
volumes_from:
651652
- service_name

0 commit comments

Comments
 (0)