8000 GitHub - leifcr/docker-elasticsearch: Elasticsearch image with a few plugins
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leifcr/docker-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-elasticsearch

Minor config

Note, that ES 6.x requires max_map_count to be at least 262144

This can be set by setting sysctl -w vm.max_map_count=262144 or by setting discovery.type=single-node

To set this on gitlab-ci env, change the service to this:

services:
- name: leifcr/elasticsearch
  alias: elasticsearch
  command: [ "bin/elasticsearch", "-Ediscovery.type=single-node" ]

About

Elasticsearch image with a few plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0