From c87035851514d7e8c8be73c38f59d6c61ca238e6 Mon Sep 17 00:00:00 2001 From: ThePendulum Date: Tue, 18 Feb 2025 23:40:44 +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 5de4f4a..5bd873e 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 -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 +`sudo docker run -e EXTRA=1 --name manticore -v ~/Data/manticore:/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