mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 02:17:53 +00:00
build(docker): use community version of ES & Kibana in quickstart (#1929)
Fixes #1928
This commit is contained in:
parent
3b31c50028
commit
93805e7f1a
@ -85,7 +85,7 @@ services:
|
||||
- schema-registry
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.8
|
||||
image: elasticsearch:5.6.8
|
||||
env_file: elasticsearch/env/docker.env
|
||||
container_name: elasticsearch
|
||||
hostname: elasticsearch
|
||||
@ -95,7 +95,7 @@ services:
|
||||
- esdata:/usr/share/elasticsearch/data
|
||||
|
||||
kibana:
|
||||
image: docker.elastic.co/kibana/kibana:5.6.8
|
||||
image: kibana:5.6.8
|
||||
env_file: kibana/env/docker.env
|
||||
container_name: kibana
|
||||
hostname: kibana
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user