Updated UI (#3639)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2024-11-25 19:32:25 +08:00
committed by GitHub
parent 49494d4e3c
commit 769c67a470
3 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ slug: /configurations
# Configurations
Configurations for installing RAGFlow via Docker.
Configurations for deploying RAGFlow via Docker.
## Guidelines
@ -32,7 +32,7 @@ docker compose -f docker/docker-compose.yml up -d
- **docker-compose.yml**
Sets up environment for RAGFlow and its dependencies.
- **docker-compose-base.yml**
Sets up environment for RAGFlow's base services: Elasticsearch, MySQL, MinIO, and Redis.
Sets up environment for RAGFlow's dependencies: Elasticsearch, MySQL, MinIO, and Redis.
## Docker environment variables