3
Update or install Manticoresearch
ThePendulum edited this page 2025-02-18 23:40:44 +00:00
docker pull 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