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