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