Skip to content

open-search/elasticsearch

Folders and files

NameName
Last commit message
Last commit date
Feb 3, 2017
Apr 4, 2018
Apr 4, 2018

Repository files navigation

Elasticsearch 6.2

To run from the command line use:

docker run --name test-elasticsearch -p 9200:9200 my-elasticsearch

In docker compose use:

  my-elasticsearch:
    build: ./elasticsearch
    volumes:
      - ./elasticsearch/config:/usr/share/elasticsearch/config
      - ./elasticsearch/data:/usr/share/elasticsearch/data
      - ./elasticsearch/logs:/usr/share/elasticsearch/logs
    ports:
      - "9200:9200"
    restart: always

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published