docs(developer/setup/docker): call fixture by its use and not the implicit location
This commit is contained in:
parent
4aa9e382c4
commit
2f9a06910b
|
@ -264,7 +264,7 @@ Review the configuration:
|
|||
docker compose config
|
||||
```
|
||||
|
||||
## Set up local data for development
|
||||
## Set up example data for development
|
||||
|
||||
You can create local data to simulate a live environment. We are providing a procedure to create fake data to populate the database. The following command creates 25 artists with random albums, tracks, and metadata.
|
||||
|
||||
|
|
Loading…
Reference in New Issue