diff --git a/README.md b/README.md
index 2690854..878a397 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-

+
🇨🇳 中文
diff --git a/README_EN.md b/README_EN.md
index e7c3cf4..caec705 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -3,7 +3,7 @@
-

+
🇨🇳 Chinese
diff --git a/bulid_order.txt b/bulid_order.txt
index 44767ef..873d084 100644
--- a/bulid_order.txt
+++ b/bulid_order.txt
@@ -1,13 +1,13 @@
docker 镜像相关命令:
前台镜像构建相关:
-docker build -t zstar1003/ragflowplus:v0.4.1 .
-docker tag zstar1003/ragflowplus:v0.4.1 zstar1003/ragflowplus:v0.4.1
-docker push zstar1003/ragflowplus:v0.4.1
+docker build -t zstar1003/ragflowplus:v0.4.2 .
+docker tag zstar1003/ragflowplus:v0.4.2 zstar1003/ragflowplus:v0.4.2
+docker push zstar1003/ragflowplus:v0.4.2
后台镜像构建相关:
cd management
docker-compose build
-docker tag zstar1003/ragflowplus-management-web:v0.4.1 zstar1003/ragflowplus-management-web:v0.4.1
-docker tag zstar1003/ragflowplus-management-server:v0.4.1 zstar1003/ragflowplus-management-server:v0.4.1
-docker push zstar1003/ragflowplus-management-web:v0.4.1
-docker push zstar1003/ragflowplus-management-server:v0.4.1
\ No newline at end of file
+docker tag zstar1003/ragflowplus-management-web:v0.4.2 zstar1003/ragflowplus-management-web:v0.4.2
+docker tag zstar1003/ragflowplus-management-server:v0.4.2 zstar1003/ragflowplus-management-server:v0.4.2
+docker push zstar1003/ragflowplus-management-web:v0.4.2
+docker push zstar1003/ragflowplus-management-server:v0.4.2
\ No newline at end of file
diff --git a/docker/.env b/docker/.env
index 50dbed8..5221e5d 100644
--- a/docker/.env
+++ b/docker/.env
@@ -76,9 +76,9 @@ REDIS_PASSWORD=infini_rag_flow
SVR_HTTP_PORT=9380
# RAGFLOW_IMAGE原始为infiniflow/ragflow:v0.18.0-slim
-RAGFLOW_IMAGE=zstar1003/ragflowplus:v0.4.1
-RAGFLOWPLUS_MANAGEMENT_WEB_IMAGE=zstar1003/ragflowplus-management-web:v0.4.1
-RAGFLOWPLUS_MANAGEMENT_SERVER_IMAGE=zstar1003/ragflowplus-management-server:v0.4.1
+RAGFLOW_IMAGE=zstar1003/ragflowplus:v0.4.2
+RAGFLOWPLUS_MANAGEMENT_WEB_IMAGE=zstar1003/ragflowplus-management-web:v0.4.2
+RAGFLOWPLUS_MANAGEMENT_SERVER_IMAGE=zstar1003/ragflowplus-management-server:v0.4.2
# The local time zone.
TIMEZONE='Asia/Shanghai'
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 3ed5847..e615287 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -17,10 +17,6 @@ services:
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- - ../api/db/services/database.py:/ragflow/api/db/services/database.py
- - ../api/db/services/dialog_service.py:/ragflow/api/db/services/dialog_service.py
- - ../api/ragflow_server.py:/ragflow/api/ragflow_server.py
- - ../api/root_path.py:/ragflow/api/root_path.py
env_file: .env
environment:
- TZ=${TIMEZONE}
diff --git a/docker/docker-compose_gpu.yml b/docker/docker-compose_gpu.yml
index a1c0ed4..ed2bd7b 100644
--- a/docker/docker-compose_gpu.yml
+++ b/docker/docker-compose_gpu.yml
@@ -17,8 +17,6 @@ services:
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- - ../api/db/services/database.py:/ragflow/api/db/services/database.py
- - ../api/db/services/dialog_service.py:/ragflow/api/db/services/dialog_service.py
env_file: .env
environment:
- TZ=${TIMEZONE}
diff --git a/management/docker-compose.yml b/management/docker-compose.yml
index 84a5972..660167f 100644
--- a/management/docker-compose.yml
+++ b/management/docker-compose.yml
@@ -1,7 +1,7 @@
services:
management-frontend:
container_name: ragflowplus-management-frontend
- image: zstar1003/ragflowplus-management-web:v0.4.1
+ image: zstar1003/ragflowplus-management-web:v0.4.2
build:
context: .
dockerfile: Dockerfile
@@ -17,7 +17,7 @@ services:
management-backend:
container_name: ragflowplus-management-backend
- image: zstar1003/ragflowplus-management-server:v0.4.1
+ image: zstar1003/ragflowplus-management-server:v0.4.2
build:
context: .
dockerfile: Dockerfile