Merge pull request #1637 from joshwyatt/patch-1

Correct misspelling
This commit is contained in:
Misty Stanley-Jones 2017-02-13 16:41:19 -08:00 committed by GitHub
commit 80449c6bdd
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ more information.
> **Note:** The top-level
> [`volumes` option](compose-file.md#volume-configuration-reference) defines
> a named volume and references it from each service's `volumes` list. This replaces `volumes_from` in earlir versions of the Compose file format.
> a named volume and references it from each service's `volumes` list. This replaces `volumes_from` in earlier versions of the Compose file format.
Mount paths or named volumes, optionally specifying a path on the host machine
(`HOST:CONTAINER`), or an access mode (`HOST:CONTAINER:ro`).