mirror of https://github.com/docker/compose.git
Merge pull request #3089 from ltiao/patch-1
Fixed indentation level in example.
This commit is contained in:
commit
7a30fc0983
|
@ -46,10 +46,10 @@ A `docker-compose.yml` looks like this:
|
|||
- logvolume01:/var/log
|
||||
links:
|
||||
- redis
|
||||
redis:
|
||||
image: redis
|
||||
volumes:
|
||||
logvolume01: {}
|
||||
redis:
|
||||
image: redis
|
||||
volumes:
|
||||
logvolume01: {}
|
||||
|
||||
For more information about the Compose file, see the
|
||||
[Compose file reference](compose-file.md)
|
||||
|
|
Loading…
Reference in New Issue