Browse Source

fix:解决doc端口与minio端口冲突问题

Yin Bin 4 tháng trước cách đây
mục cha
commit
5721679f65
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      script/bin/mydoc

+ 1 - 1
script/bin/mydoc

@@ -9,4 +9,4 @@ if ! command -v http-server &> /dev/null; then
 fi
 
 # 启动 http-server
-http-server -p 9000
+http-server -p 5555