From 3bab46b7a6e13a7d08713ed036cf9f4ed307a61b Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Tue, 18 Feb 2025 11:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20Dify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- dify/0.15.3/data.yml | 4 ++-- dify/0.15.3/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dify/0.15.3/data.yml b/dify/0.15.3/data.yml index 97345c43f..b6cfca441 100644 --- a/dify/0.15.3/data.yml +++ b/dify/0.15.3/data.yml @@ -64,7 +64,7 @@ additionalProperties: required: true rule: paramPort type: number - - default: 8123 + - default: 9200 edit: true envKey: ELASTICSEARCH_PORT labelZh: Elasticsearch 端口 @@ -72,7 +72,7 @@ additionalProperties: required: true rule: paramPort type: number - - default: 8123 + - default: 5601 edit: true envKey: KIBANA_PORT labelZh: Kibana 端口 diff --git a/dify/0.15.3/docker-compose.yml b/dify/0.15.3/docker-compose.yml index db7270a32..d0823b5cb 100644 --- a/dify/0.15.3/docker-compose.yml +++ b/dify/0.15.3/docker-compose.yml @@ -681,7 +681,7 @@ services: # The Couchbase vector store. couchbase-server: - build: ./couchbase-server + build: ./conf/couchbase-server profiles: - couchbase restart: always