Fix mdpress port 4000 to 9000

This commit is contained in:
yeasy
2026-04-05 13:39:46 -07:00
parent e85ca7a11e
commit 04b81a8c05
+1 -1
View File
@@ -78,7 +78,7 @@ graph LR
brew tap yeasy/tap && brew install mdpress brew tap yeasy/tap && brew install mdpress
mdpress serve mdpress serve
``` ```
启动后访问 [本地阅读地址](http://localhost:4000)。 启动后访问 [本地阅读地址](http://localhost:9000)。
#### 方式 2Docker 镜像 #### 方式 2Docker 镜像