mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
Fix indents in compose file
This commit is contained in:
@@ -128,7 +128,7 @@ For example, if `DATABASE_VOLUME=my_volume_001` in your `.env` file:
|
||||
```yml
|
||||
volumes:
|
||||
db-data:
|
||||
name: ${DATABASE_VOLUME}
|
||||
name: ${DATABASE_VOLUME}
|
||||
```
|
||||
|
||||
Running `docker compose up` uses the volume called `my_volume_001`.
|
||||
|
||||
Reference in New Issue
Block a user