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:
parent
5ced0a78c7
commit
0de5c8f701
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user