From 2c10ccd622df503a7d49ecbac505145823b8c496 Mon Sep 17 00:00:00 2001 From: Liu An Date: Sun, 4 Jan 2026 16:58:23 +0800 Subject: [PATCH] Chore(compose): remove unnecessary history_data_agent volume mount (#12418) ### What problem does this PR solve? Removed the volume mount mapping ../history_data_agent:/ragflow/history_data_agent from docker-compose.yml as it appears to be no longer in use ### Type of change - [x] Chore --- docker/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 1b9a41951..a32c2b609 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -39,7 +39,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 - - ../history_data_agent:/ragflow/history_data_agent - ./service_conf.yaml.template:/ragflow/conf/service_conf.yaml.template - ./entrypoint.sh:/ragflow/entrypoint.sh env_file: .env @@ -88,7 +87,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 - - ../history_data_agent:/ragflow/history_data_agent - ./service_conf.yaml.template:/ragflow/conf/service_conf.yaml.template - ./entrypoint.sh:/ragflow/entrypoint.sh env_file: .env