From e12f2da6dd5ec7cf1630a3318d81ee0ca98ec190 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 Jan 2026 21:14:49 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=AA=BF=E6=95=B4=20Docker=20Compose?= =?UTF-8?q?=20=E9=83=A8=E5=88=86=E6=A8=99=E9=A1=8C=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E5=A2=9E=E5=BC=B7=E5=8F=AF=E8=AE=80=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c406a5..2c7b76c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ docker run -d \ ## Docker Compose(推薦) -1. 建立專案資料夾 +### 1. 建立專案資料夾 ### Linux / macOS @@ -89,7 +89,7 @@ mkdir C:\convertx-cn cd C:\convertx-cn ``` -2. 建立 docker-compose.yml(在專案資料夾下) +### 2. 建立 docker-compose.yml(在專案資料夾下) - 範例內容(請修改 JWT_SECRET=請改成你自己的隨機字串至少32字元): @@ -108,7 +108,7 @@ services: - JWT_SECRET=e78a2da4-135f-06a8-fa46-17ef7990f5d1 ``` -3. 啟動: +### 3. 啟動: ```bash docker compose up -d