Skip to content

docker启动以后访问报错 #609

@xiamixiao

Description

@xiamixiao

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions