⬆️ updated elk default version

This commit is contained in:
Gautier 2020-09-27 17:05:15 +02:00
parent 8429ae6a70
commit 4e5657f5d2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
ARG ELK_VERSION=7.5.1
ARG ELK_VERSION
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
EXPOSE 9200 9300

View File

@ -920,4 +920,4 @@ GEARMAN_MYSQL_DB=Gearmand
GEARMAN_MYSQL_TABLE=gearman_queue
### ELK Stack ##################################################
ELK_VERSION=7.5.1
ELK_VERSION=7.9.1

View File

@ -1,4 +1,4 @@
ARG ELK_VERSION=7.5.1
ARG ELK_VERSION
FROM docker.elastic.co/kibana/kibana:${ELK_VERSION}
EXPOSE 5601

View File

@ -1,4 +1,4 @@
ARG ELK_VERSION=7.5.1
ARG ELK_VERSION
FROM docker.elastic.co/logstash/logstash:${ELK_VERSION}
USER root