From 4b6809b32d2ea808cc33def7fab4e6cc3f4d8559 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Tue, 11 Mar 2025 11:55:39 +0800 Subject: [PATCH] Fix: docs updates. (#5889) ### What problem does this PR solve? #5852 ### Type of change - [x] Documentation Update --- docs/develop/build_docker_image.mdx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/develop/build_docker_image.mdx b/docs/develop/build_docker_image.mdx index 1f54e513b..44682a412 100644 --- a/docs/develop/build_docker_image.mdx +++ b/docs/develop/build_docker_image.mdx @@ -77,17 +77,8 @@ After building the infiniflow/ragflow:nightly-slim image, you are ready to launc 1. Edit Docker Compose Configuration -Open the `docker/docker-compose-base.yml` file. Find the `infinity.image` setting and change the image reference from `infiniflow/infinity:v0.6.0-dev3` to `infiniflow/ragflow:nightly-slim` to use the pre-built image. +Open the `docker/.env` file. Find the `RAGFLOW_IMAGE` setting and change the image reference from `infiniflow/ragflow:v0.17.0-slim` to `infiniflow/ragflow:nightly-slim` to use the pre-built image. -```yaml -infinity: - container_name: ragflow-infinity - image: infiniflow/ragflow:nightly-slim # here - volumes: - - ... - - ... - ... -``` 2. Launch the Service