-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
docker启动命令:
docker run -d
--restart=unless-stopped
--name=kuboard
-p 10082:80/tcp
-e TZ="Asia/Shanghai"
-e DB_DRIVER=com.mysql.cj.jdbc.Driver
-e DB_URL="jdbc:mysql://192.168.0.44:8999/kuboard?serverTimezone=Asia/Shanghai&characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true"
-e DB_USERNAME=kuboard
-e DB_PASSWORD=Kuboard123
swr.cn-east-2.myhuaweicloud.com/kuboard/kuboard:v4
访问异常:
{
message: "An error occurred while attempting to decode the Jwt: Signed JWT rejected: Invalid signature",
code: 401,
timestamp: "2025-11-25T13:17:49.725+08:00"
}
Metadata
Metadata
Assignees
Labels
No labels