1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00

fix ELK typo

This commit is contained in:
kev 2018-01-26 18:56:37 +08:00
parent 5ced0a78c7
commit 0de5c8f701

View File

@ -5,7 +5,7 @@ elasticsearch:
volumes:
- ./data:/usr/share/elasticsearch/data
environment:
- node_name=elastic-search
- node.name=es1
- cluster.name=docker-cluster
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"