Closed
Description
As per the previous response, I have modified the docker-compose.yml file to map the host directory to the container's /root/.ragflow directory to avoid re-downloading models on container restart. My updated configuration is as follows:
volumes:
- ./service_conf.yaml:/ragflow/conf/service_conf.yaml
- ./ragflow-logs:/ragflow/logs
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ../model:/root/.ragflow


Originally posted by @biofer in #3291 (comment)
Metadata
Metadata
Assignees
Labels
No labels