mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:12:13 +08:00
tech(docker): add elastic fig
This commit is contained in:
1
docker/blocks/elastic/elasticsearch/config/.placeholder
Normal file
1
docker/blocks/elastic/elasticsearch/config/.placeholder
Normal file
@ -0,0 +1 @@
|
||||
Ensure the existence of the parent folder.
|
6
docker/blocks/elastic/fig
Normal file
6
docker/blocks/elastic/fig
Normal file
@ -0,0 +1,6 @@
|
||||
elasticsearch:
|
||||
image: elasticsearch:latest
|
||||
command: elasticsearch -Des.network.host=0.0.0.0
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
Reference in New Issue
Block a user