database · inferred from evidence
[home directory]
The new data directory path in the Docker image for Meilisearch, referenced as the home directory of the `meili` user.
- Meilisearch Docker v0.24: data.ms volume mount empty (data dir moved to the meili user home)
In v0.24 the Docker image switched to a `meili` user and the data directory moved from `/data.ms` to `[home directory] so mounts targeting `/data.ms` saw nothing. Mount your volume at the new path (e.g. `-v $(pwd)/data.ms:[home directory] T