Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 295 Bytes

LLM ZOOMCAMP

Running Elastic search on local

´´´ docker run -it
--rm
--name elasticsearch
-p 9200:9200
-p 9300:9300
-e "discovery.type=single-node"
-e "xpack.security.enabled=false"
docker.elastic.co/elasticsearch/elasticsearch:8.4.3 ´´´