mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-21 17:50:20 +01:00
chore: Rename ELK_VERSION to ELASTIC_VERSION
More appropriate name considering that extensions, which aren't part of the "ELK" stack, also rely on this variable.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG ELK_VERSION
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
# https://www.docker.elastic.co/
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION}
|
||||
|
||||
# Add your elasticsearch plugins setup here
|
||||
# Example: RUN elasticsearch-plugin install analysis-icu
|
||||
|
||||
Reference in New Issue
Block a user