Update Update or install Manticoresearch

ThePendulum 2025-02-18 23:40:44 +00:00
parent 4cd509bc10
commit c870358515
1 changed files with 1 additions and 1 deletions

@ -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`
`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`