docs: 更新 JWT_SECRET 說明以提供更清晰的指導
This commit is contained in:
parent
2b1bfc1df4
commit
2f22c72ace
1 changed files with 2 additions and 2 deletions
|
|
@ -70,6 +70,8 @@ docker run -d \
|
||||||
|
|
||||||
建立 `docker-compose.yml`:
|
建立 `docker-compose.yml`:
|
||||||
|
|
||||||
|
JWT_SECRET=請改成你自己的隨機字串至少32字元
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
convertx:
|
convertx:
|
||||||
|
|
@ -85,8 +87,6 @@ services:
|
||||||
- JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1
|
- JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1
|
||||||
```
|
```
|
||||||
|
|
||||||
JWT_SECRET=請改成你自己的隨機字串至少32字元
|
|
||||||
|
|
||||||
啟動:
|
啟動:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue