Merge pull request #3089 from ltiao/patch-1

Fixed indentation level in example.
This commit is contained in:
Joffrey F 2016-03-09 10:56:50 -08:00
commit 7a30fc0983
1 changed files with 4 additions and 4 deletions

View File

@ -46,10 +46,10 @@ A `docker-compose.yml` looks like this:
- logvolume01:/var/log - logvolume01:/var/log
links: links:
- redis - redis
redis: redis:
image: redis image: redis
volumes: volumes:
logvolume01: {} logvolume01: {}
For more information about the Compose file, see the For more information about the Compose file, see the
[Compose file reference](compose-file.md) [Compose file reference](compose-file.md)