mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
misc(): added elasticsearch.yml config file to docker test env
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
script.inline: on
|
||||
script.indexed: on
|
||||
@@ -1 +0,0 @@
|
||||
Ensure the existence of the parent folder.
|
||||
@@ -4,3 +4,5 @@ elasticsearch:
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
volumes:
|
||||
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|
||||
|
||||
Reference in New Issue
Block a user