端口号信息调整(同步到文档,不影响功能)

This commit is contained in:
2026-07-24 23:11:13 +08:00
parent af6207fd29
commit 99962eb8f0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ func main() {
r := SetupRouter()
log.Println("🚀 frpc-console 启动成功!")
log.Println("📍 访问地址: http://localhost:8080")
log.Println("📍 API 地址: http://localhost:8080/api")
log.Println("📍 访问地址: http://localhost:9300")
log.Println("📍 API 地址: http://localhost:9300/api")
if err := r.Run(":9300"); err != nil {
log.Fatal("❌ 服务启动失败:", err)
+2 -2
View File
@@ -46,7 +46,7 @@ frpc-console.exe
```bash
docker run -d \
--name frpc-console \
-p 8080:8080 \
-p 9300:9300 \
-v ./data:/app/data \
lxh2875931338/frpc-console:latest
```
@@ -91,7 +91,7 @@ frpc-console/
| 变量 | 说明 | 默认值 |
|---|---|---|
| PORT | 监听端口 | 8080 |
| PORT | 监听端口 | 9300 |
### 数据存储