From d87c032db8f2e43c700eddb42f75477059f34c97 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 Jan 2026 20:49:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20JWT=5FSECRET=20?= =?UTF-8?q?=E7=AF=84=E4=BE=8B=E5=AD=97=E4=B8=B2=E4=BB=A5=E6=8F=90=E4=BE=9B?= =?UTF-8?q?=E6=9B=B4=E6=B8=85=E6=99=B0=E7=9A=84=E6=8C=87=E5=B0=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30ae182..e823753 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ docker run -d \ -p 3000:3000 \ -v ./data:/app/data \ -e TZ=Asia/Taipei \ - -e JWT_SECRET=請改成你自己的隨機字串至少32字元 \ + -e JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1 \ convertx/convertx-cn:latest ``` @@ -80,7 +80,8 @@ services: - ./data:/app/data environment: - TZ=Asia/Taipei - - JWT_SECRET=請改成你自己的隨機字串至少32字元 + #請改成你自己的隨機字串至少32字元 + - JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1 ``` 啟動: