fix skywalking container start failure

This commit is contained in:
ascrutae 2017-06-26 11:29:27 +08:00
parent 0b4b4b1759
commit a556e6ef7c
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ services:
es-server:
image: elasticsearch:5.3
command: "-Enode.name=TestNode -Enetwork.host=0.0.0.0 -Ehttp.cors.enabled=true -Ehttp.cors.allow-origin=* -Ethread_pool.bulk.queue_size=1000 -Ecluster.name=CollectorDBCluster"
environment:
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
expose:
- "9200"
- "9300"