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 c57466eCopy full SHA for c57466e
.env
@@ -1 +1 @@
1
-ELK_VERSION=7.13.1
+ELK_VERSION=7.13.4
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:7.13.4
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:7.13.4
29
30
- "5601:5601"
31
configs:
0 commit comments