mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Fix position_int on infinity (#4144)
### What problem does this PR solve? Fix position_int on infinity ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -52,7 +52,7 @@ MYSQL_DBNAME=rag_flow
|
||||
# allowing EXTERNAL access to the MySQL database running inside the Docker container.
|
||||
MYSQL_PORT=5455
|
||||
|
||||
# The hostname where the MySQL service is exposed
|
||||
# The hostname where the MinIO service is exposed
|
||||
MINIO_HOST=minio
|
||||
# The port used to expose the MinIO console interface to the host machine,
|
||||
# allowing EXTERNAL access to the web-based console running inside the Docker container.
|
||||
|
||||
Reference in New Issue
Block a user