Databases and search, checked 2026-09-07

Meilisearch: Docker configuration reference

Self-hosted search engine with typo tolerance, faceting and sub-50ms response times over your own documents.

At a glance

Ports

Ports
PortWhat listensSource
7700HTTP listener for the API and the search preview UI. Configurable via MEILI_HTTP_ADDR.source for port 7700

Environment variables

Environment variables
VariableRequiredWhat it doesExampleSource
MEILI_MASTER_KEYNoProtects every route except GET /health. Unset in a reachable deployment, the instance and all its data are open with no authentication.a random string of at least 16 bytessource for MEILI_MASTER_KEY
MEILI_ENVNoInstance environment, either production or development. Affects default behaviour such as whether MEILI_MASTER_KEY is required.productionsource for MEILI_ENV
MEILI_DB_PATHNoDirectory where index data is stored on disk./meili_data/data.mssource for MEILI_DB_PATH
MEILI_NO_ANALYTICSNoDisables Meilisearch's built-in telemetry when set.truesource for MEILI_NO_ANALYTICS

Volumes that must persist

Volumes
PathWhat is in itSource
/meili_dataHolds the data.ms index directory set by MEILI_DB_PATH. Losing this loses every index.source for /meili_data

Behind a reverse proxy

Release timeline

Releases
VersionDateBreakingWhat changedSource
v1.53.12026-08-13NoAdds an environment variable to control the maximum number of LMDB read transactions for the task queue.source for release v1.53.1
v1.53.02026-08-10NoAdds sharding support for foreign filters, retrieving documents over the network when evaluating them.source for release v1.53.0
v1.52.32026-08-10NoReverts a search speed change introduced in an earlier 1.52.x release that caused a regression.source for release v1.52.3
v1.52.02026-08-03NoIntroduces the experimental /tasks/stream and /batches/stream SSE routes for a live connection to the engine.source for release v1.52.0
v1.50.02026-07-20YesRevamps Dynamic Search Rules and introduces breaking changes for users of that feature.source for release v1.50.0

If it is not coming up

Read from the upstream documentation, repository and container registry by Keita Emsden on 2026-09-07. Every row links the page it came from. Upstream changes without telling anyone, so check the source link before you rely on a value.

Other app references

All app references