mirror of https://github.com/docker/compose.git
Add link to docker-osx in yml docs
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
5eac04d8d4
commit
7516b67a14
|
@ -76,8 +76,7 @@ expose:
|
|||
|
||||
Mount paths as volumes, optionally specifying a path on the host machine (`HOST:CONTAINER`).
|
||||
|
||||
Note: Mapping local volumes is currently unsupported on boot2docker. We
|
||||
recommend you use docker-osx if want to map local volumes.
|
||||
Note: Mapping local volumes is currently unsupported on boot2docker. We recommend you use [docker-osx](https://github.com/noplay/docker-osx) if want to map local volumes.
|
||||
|
||||
```
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue