mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-29 09:10:00 +01:00
Update to v7.7.1
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.3'
|
||||
services:
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.6.2
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.7.1
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
logstash:
|
||||
image: docker.elastic.co/logstash/logstash:7.6.2
|
||||
image: docker.elastic.co/logstash/logstash:7.7.1
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "9600:9600"
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
kibana:
|
||||
image: docker.elastic.co/kibana/kibana:7.6.2
|
||||
image: docker.elastic.co/kibana/kibana:7.7.1
|
||||
ports:
|
||||
- "5601:5601"
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user