We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ccec1 commit d7cf86dCopy full SHA for d7cf86d
docker-compose-es.yaml
@@ -0,0 +1,11 @@
1
+version: '3.2'
2
+
3
+services:
4
+ elasticsearch:
5
+ image: docker.elastic.co/elasticsearch/elasticsearch:7.11.1
6
+ container_name: es
7
+ ports:
8
+ - "9200:9200"
9
+ - "9300:9300"
10
+ environment:
11
+ discovery.type: single-node
0 commit comments