@@ -0,0 +1 @@
+Ensure the existence of the parent folder.
@@ -0,0 +1,6 @@
+elasticsearch:
+ image: elasticsearch:latest
+ command: elasticsearch -Des.network.host=0.0.0.0
+ ports:
+ - "9200:9200"
+ - "9300:9300"