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

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