mirror of
https://github.com/docker/compose.git
synced 2025-06-29 18:04:28 +02:00
Fixed indentation level in example.
Signed-off-by: Louis Tiao <louistiao@gmail.com>
This commit is contained in:
parent
9e242cdc75
commit
88a719b4b6
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user