tool · inferred from evidence
meili
A user account within the Docker image for Meilisearch, referenced as the new user for the data directory.
- 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