From bfc02993598c90ae9de60fc10a0d672194755483 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 23 Feb 2025 13:27:19 +0000 Subject: [PATCH] suggest using a more recent meilisearch --- compose_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose_example.yml b/compose_example.yml index ecd5ef86c2..de13722edc 100644 --- a/compose_example.yml +++ b/compose_example.yml @@ -84,7 +84,7 @@ services: # meilisearch: # restart: always -# image: getmeili/meilisearch:v1.3.4 +# image: getmeili/meilisearch:v1.13.0 # environment: # - MEILI_NO_ANALYTICS=true # - MEILI_ENV=production