mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
elasticsearch:
|
|
image: elasticsearch:2.4.1
|
|
command: elasticsearch -Des.network.host=0.0.0.0
|
|
ports:
|
|
- "9200:9200"
|
|
- "9300:9300"
|
|
volumes:
|
|
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|