修改端口

This commit is contained in:
dekun
2026-05-27 14:23:47 +08:00
parent 62bd58d2c4
commit 95b55e41f3
5 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -39,10 +39,10 @@ chart-label-tool/
```bash
cd public
python3 -m http.server 8080
python3 -m http.server 8010
```
浏览器访问:<http://localhost:8080>
浏览器访问:<http://localhost:8010>
## 服务器部署(Ubuntu / 局域网)
@@ -54,7 +54,7 @@ cd /opt/chart-label-tool
sudo bash deploy/install.sh
```
局域网访问:`http://<服务器IP>:8080`
局域网访问:`http://<服务器IP>:8010`
## 使用说明