Merge pull request #19718 from IlyaLisov/patch-1

Fix indents in compose file
This commit is contained in:
David Karlsson 2024-04-01 10:39:15 +02:00 committed by GitHub
commit 35f015b07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`.