Local Elasticsearch

Install docker-compose on ubuntu machine sudo apt-get install docker-compose

Run compose command in the same directory of docker-compose.yml docker-compose up -d

to shut it down docker-compose down