Go: fix register user (#16058)

### What problem does this PR solve?

Fix register user

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-06-16 14:03:53 +08:00
committed by GitHub
parent 5751a22444
commit fad82fd1c0
10 changed files with 75 additions and 35 deletions

View File

@@ -253,7 +253,7 @@ services:
nats:
profiles:
- ragflow-go
image: nats:2.14.1
image: nats:2.14.2
ports:
- ${NATS_PORT}:4222
- "8222:8222"