mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update elk
This commit is contained in:
parent
359e904422
commit
64508188f0
@ -2,11 +2,12 @@ elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:6.1.2
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
volumes:
|
||||
- ./data:/usr/share/elasticsearch/data
|
||||
environment:
|
||||
- node.name=es1
|
||||
- cluster.name=docker-cluster
|
||||
- cluster.name=elk
|
||||
- bootstrap.memory_lock=true
|
||||
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
||||
ulimits:
|
||||
|
Loading…
Reference in New Issue
Block a user