mirror of https://github.com/docker/docs.git
Merge pull request #19718 from IlyaLisov/patch-1
Fix indents in compose file
This commit is contained in:
commit
35f015b07c
|
@ -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