From 6eecb5118d6a7e2edf506e11619de749c94d5079 Mon Sep 17 00:00:00 2001 From: yeasy Date: Sun, 5 Apr 2026 13:39:46 -0700 Subject: [PATCH] Fix mdpress port 4000 to 9000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e33fe2..08c257e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ graph LR brew tap yeasy/tap && brew install mdpress mdpress serve ``` -启动后访问 [本地阅读地址](http://localhost:4000)。 +启动后访问 [本地阅读地址](http://localhost:9000)。 #### 方式 2:Docker 镜像