mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ARG KIBANA_VER
|
||||
|
||||
FROM kibana:${KIBANA_VER}
|
||||
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# ** THIS IS AN AUTO-GENERATED FILE **
|
||||
#
|
||||
|
||||
# Default Kibana configuration for docker target
|
||||
server.name: kibana
|
||||
server.host: "0"
|
||||
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
|
||||
# elasticsearch.username: ""
|
||||
# elasticsearch.password: ""
|
||||
|
||||
# 汉化
|
||||
i18n.locale: "zh-CN"
|
||||
Reference in New Issue
Block a user