mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-19 06:54:54 +00:00
[es] Upgrade to 5.5.1
This commit is contained in:
@@ -4,7 +4,7 @@ LABEL maintainer "itzg"
|
|||||||
|
|
||||||
RUN apk -U add bash
|
RUN apk -U add bash
|
||||||
|
|
||||||
ARG ES_VERSION=5.5.0
|
ARG ES_VERSION=5.5.1
|
||||||
# avoid conflicts with debian host systems when mounting to host volume
|
# avoid conflicts with debian host systems when mounting to host volume
|
||||||
ARG DEFAULT_ES_USER_UID=1100
|
ARG DEFAULT_ES_USER_UID=1100
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
TYPE: INGEST
|
TYPE: INGEST
|
||||||
UNICAST_HOSTS: master
|
UNICAST_HOSTS: master
|
||||||
kibana:
|
kibana:
|
||||||
image: kibana
|
image: kibana:5.5.1
|
||||||
ports:
|
ports:
|
||||||
- "5601:5601"
|
- "5601:5601"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user