Fix indents in compose file

This commit is contained in:
Ilya Lisov 2024-04-01 11:26:05 +03:00 committed by GitHub
parent 4fa0d95aaa
commit 31a691964a
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`.