v1.0-beta7

This commit is contained in:
none
2023-06-13 14:05:04 +08:00
parent 245eb95da9
commit 250889992b
3 changed files with 61 additions and 27 deletions

View File

@@ -51,6 +51,7 @@ docker run -d -p 9800:9800 -p 9900:9900 --name playedu-local \
-e REDIS_HOST=Redis的host \
-e REDIS_PORT=Redis的端口 \
-e REDIS_PASS=redis的密码 \
-e SA_TOKEN_JWT_SECRET_KEY=随机英文+数字的字符串 \
playedu-light
```