From f06de5aebaa370767286ac5e467ecb03cf8eebb8 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Fri, 6 Mar 2026 03:29:36 +0000 Subject: [PATCH] Update Manticore --- Manticore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manticore.md b/Manticore.md index 150937f..8733d82 100644 --- a/Manticore.md +++ b/Manticore.md @@ -1,5 +1,5 @@ ## Update -`sudo docker pull manticoresearch/manticore` +`sudo docker pull manticoresearch/manticore:dev` ## Run `sudo docker run --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -p 127.0.0.1:9308:9308 -d manticoresearch/manticore:dev` \ No newline at end of file