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 54ec2c2 commit 9b6cad1Copy full SHA for 9b6cad1
.env
@@ -1 +1 @@
1
-ELK_VERSION=7.13.1
+ELK_VERSION=6.8.18
docker-stack.yml
@@ -3,7 +3,7 @@ version: '3.3'
3
services:
4
5
elasticsearch:
6
- image: docker.elastic.co/elasticsearch/elasticsearch:7.13.1
+ image: docker.elastic.co/elasticsearch/elasticsearch:6.8.18
7
ports:
8
- "9200:9200"
9
- "9300:9300"
@@ -25,7 +25,7 @@ services:
25
replicas: 1
26
27
kibana:
28
- image: docker.elastic.co/kibana/kibana:7.13.1
+ image: docker.elastic.co/kibana/kibana:6.8.18
29
30
- "5601:5601"
31
configs:
0 commit comments