修改端口
This commit is contained in:
@@ -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`
|
||||
|
||||
## 使用说明
|
||||
|
||||
|
||||
Reference in New Issue
Block a user