mirror of https://github.com/docker/docs.git
Fix indents in compose file
This commit is contained in:
parent
4fa0d95aaa
commit
31a691964a
|
@ -128,7 +128,7 @@ For example, if `DATABASE_VOLUME=my_volume_001` in your `.env` file:
|
||||||
```yml
|
```yml
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
||||||
name: ${DATABASE_VOLUME}
|
name: ${DATABASE_VOLUME}
|
||||||
```
|
```
|
||||||
|
|
||||||
Running `docker compose up` uses the volume called `my_volume_001`.
|
Running `docker compose up` uses the volume called `my_volume_001`.
|
||||||
|
|
Loading…
Reference in New Issue