Skip to content

Commit 9b6cad1

Browse files
authored
Update to v6.8.18
1 parent 54ec2c2 commit 9b6cad1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ELK_VERSION=7.13.1
1+
ELK_VERSION=6.8.18

docker-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.3'
33
services:
44

55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.1
6+
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.18
77
ports:
88
- "9200:9200"
99
- "9300:9300"
@@ -25,7 +25,7 @@ services:
2525
replicas: 1
2626

2727
kibana:
28-
image: docker.elastic.co/kibana/kibana:7.13.1
28+
image: docker.elastic.co/kibana/kibana:6.8.18
2929
ports:
3030
- "5601:5601"
3131
configs:

0 commit comments

Comments
 (0)