From 2f22c72aceed41ab81b658bf8016c5ec911a826c Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 Jan 2026 20:55:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20JWT=5FSECRET=20?= =?UTF-8?q?=E8=AA=AA=E6=98=8E=E4=BB=A5=E6=8F=90=E4=BE=9B=E6=9B=B4=E6=B8=85?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 265d6fc..a3b51d0 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ docker run -d \ 建立 `docker-compose.yml`: +JWT_SECRET=請改成你自己的隨機字串至少32字元 + ```yaml services: convertx: @@ -85,8 +87,6 @@ services: - JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1 ``` -JWT_SECRET=請改成你自己的隨機字串至少32字元 - 啟動: ```bash