From 4cd509bc10f17a480b9c9518c33e8e8333ff53ed Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Tue, 11 Feb 2025 00:08:49 +0000 Subject: [PATCH] Update Update or install Manticoresearch --- Update-or-install-Manticoresearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update-or-install-Manticoresearch.md b/Update-or-install-Manticoresearch.md index 56d2ad9..5de4f4a 100644 --- a/Update-or-install-Manticoresearch.md +++ b/Update-or-install-Manticoresearch.md @@ -1,3 +1,3 @@ `docker pull manticoresearch/manticore:dev` -`sudo docker run -e EXTRA=1 --name manticore --rm -d manticoresearch/manticore:dev && until docker logs manticore 2>&1 | grep -q "accepting connections"; do sleep 1; echo -n .; done && echo && docker exec -it manticore mysql && docker stop manticore` \ No newline at end of file +`sudo docker run -e EXTRA=1 --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