mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-13 23:57:08 +00:00
[es] Upgrade to 5.5.1
This commit is contained in:
parent
8b9051d72e
commit
5afd98edd8
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ LABEL maintainer "itzg"
|
|||
|
||||
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
|
||||
ARG DEFAULT_ES_USER_UID=1100
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ services:
|
|||
TYPE: INGEST
|
||||
UNICAST_HOSTS: master
|
||||
kibana:
|
||||
image: kibana
|
||||
image: kibana:5.5.1
|
||||
ports:
|
||||
- "5601:5601"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue