mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
elasticsearch1:
|
|
image: elasticsearch:1.7.6
|
|
command: elasticsearch -Des.network.host=0.0.0.0
|
|
ports:
|
|
- "11200:9200"
|
|
- "11300:9300"
|
|
volumes:
|
|
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|