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)
With Meilisearch v0.24 in Docker, mounting a persistence volume with `-v $(pwd)/data.ms:/data.ms` left the host folder empty: no data was persisted. The docs still said Meilisearch writes to `/data.ms`, but after the Docker user change, the