Fixed indentation level in example.
Signed-off-by: Louis Tiao <louistiao@gmail.com>
This commit is contained in:
parent
9e242cdc75
commit
88a719b4b6
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue