mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🔎 update meilisearch to v1.6 / 0.37.0 (#1981)
* 🔎 update meilisearch to v1.6 / 0.37.0 * 🔎 update meilisearch to v1.6 / 0.37.0
This commit is contained in:
parent
7a6a41a72e
commit
a33db54b81
4 changed files with 15 additions and 8 deletions
|
|
@ -33,11 +33,11 @@ services:
|
|||
command: mongod --noauth
|
||||
meilisearch:
|
||||
container_name: chat-meilisearch
|
||||
image: getmeili/meilisearch:v1.5
|
||||
image: getmeili/meilisearch:v1.6
|
||||
restart: always
|
||||
user: "${UID}:${GID}"
|
||||
environment:
|
||||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_NO_ANALYTICS=true
|
||||
volumes:
|
||||
- ./meili_data_v1.5:/meili_data
|
||||
- ./meili_data_v1.6:/meili_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue