Merge pull request #243 from ascrutae/zhangxin/fix/container-start-failure

Fix skywalking container start failure
This commit is contained in:
吴晟 Wu Sheng 2017-06-26 20:18:19 +08:00 committed by GitHub
commit 5ad4df2aa6
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"