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