mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-11 23:49:04 +08:00
Fix missing docker image version prefix v. (#855)
The variable RAGFLOW_VERSION in docker/.env should start with prefix v to match docker image tag. ### 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] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
bae376a479
commit
250119e03a
@ -29,7 +29,7 @@ REDIS_PASSWORD=infini_rag_flow
|
||||
|
||||
SVR_HTTP_PORT=9380
|
||||
|
||||
RAGFLOW_VERSION=0.6.0
|
||||
RAGFLOW_VERSION=v0.6.0
|
||||
|
||||
TIMEZONE='Asia/Shanghai'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user