mirror of https://github.com/docker/compose.git
Compose file reference link fix in README.md
Signed-off-by: Petr Karmashev <smonkl@bk.ru>
This commit is contained in:
parent
ad0e6d219b
commit
252699c1d1
|
@ -35,7 +35,7 @@ A `docker-compose.yml` looks like this:
|
|||
image: redis
|
||||
|
||||
For more information about the Compose file, see the
|
||||
[Compose file reference](https://github.com/docker/docker.github.io/blob/master/compose/compose-file.md)
|
||||
[Compose file reference](https://github.com/docker/docker.github.io/blob/master/compose/compose-file/compose-versioning.md)
|
||||
|
||||
Compose has commands for managing the whole lifecycle of your application:
|
||||
|
||||
|
|
Loading…
Reference in New Issue