mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 03:28:05 +01:00
Update to v7.15.2
This commit is contained in:
committed by
GitHub
parent
9a523626ef
commit
8055143d52
@@ -3,7 +3,7 @@ version: '3.3'
|
||||
services:
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.1
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.2
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
logstash:
|
||||
image: docker.elastic.co/logstash/logstash:7.15.1
|
||||
image: docker.elastic.co/logstash/logstash:7.15.2
|
||||
ports:
|
||||
- "5044:5044"
|
||||
- "5000:5000"
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
kibana:
|
||||
image: docker.elastic.co/kibana/kibana:7.15.1
|
||||
image: docker.elastic.co/kibana/kibana:7.15.2
|
||||
ports:
|
||||
- "5601:5601"
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user