From 4f3a93f00476862a7aa775079eb0b7a619fc774f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 Jan 2026 20:45:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E5=95=9F=E5=8B=95=E6=8C=87=E5=BC=95=EF=BC=8C=E8=AA=BF=E6=95=B4?= =?UTF-8?q?=E6=A8=99=E9=A1=8C=E6=A0=BC=E5=BC=8F=E8=88=87=E5=85=A7=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d3c1777..30ae182 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,15 @@ ## 快速啟動(Docker Run) -```bash -# 1. 建立資料夾 -mkdir -p ~/convertx-cn/data && cd ~/convertx-cn +### 1. 建立資料夾 -# 2. 啟動容器 +```bash +mkdir -p ~/convertx-cn/data && cd ~/convertx-cn +``` + +### 2. 啟動容器 + +```bash docker run -d \ --name convertx-cn \ --restart unless-stopped \ @@ -48,9 +52,12 @@ docker run -d \ -e TZ=Asia/Taipei \ -e JWT_SECRET=請改成你自己的隨機字串至少32字元 \ convertx/convertx-cn:latest +``` -# 3. 開啟瀏覽器 -# http://localhost:3000 +### 3. 開啟瀏覽器 + +```bash + http://localhost:3000 ``` > 首次下載約 4-6 GB,請耐心等待。