aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarc <github@wuast24.de>2024-11-10 16:42:34 +0100
committerGitHub <noreply@github.com>2024-11-10 15:42:34 +0000
commit9f2c7be23769bb0f4102736a683710b1a1939661 (patch)
treeb333fd78724423ef9fdf76afa7a75f75b428c305 /docs
parentd73f00106fed7a4d9bd298be9326f795efdc46fd (diff)
downloadkarakeep-9f2c7be23769bb0f4102736a683710b1a1939661.tar.zst
docker: Upgrade meilisearch to v1.11.1 (#629)
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/07-Development/01-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/07-Development/01-setup.md b/docs/docs/07-Development/01-setup.md
index 3bf9caf1..6d359234 100644
--- a/docs/docs/07-Development/01-setup.md
+++ b/docs/docs/07-Development/01-setup.md
@@ -17,7 +17,7 @@
#### Meilisearch
-Meilisearch is the provider for the full text search. You can get it running with `docker run -p 7700:7700 getmeili/meilisearch:v1.6`.
+Meilisearch is the provider for the full text search. You can get it running with `docker run -p 7700:7700 getmeili/meilisearch:v1.11.1`.
Mount persistent volume if you want to keep index data across restarts. You can trigger a re-index for the entire items collection in the admin panel in the web app.