7.12 开机自动重启

This commit is contained in:
zhangsan 2025-07-12 11:18:59 +08:00
parent 51022e39dc
commit 888f182975
2 changed files with 4 additions and 3 deletions

View File

@ -22,8 +22,8 @@ name = "smile-dev-tech-02"
# 代理类型 有tcp\udp\stcp\p2p
type = "tcp"
# 客户端代理应用IP
localIP = "127.0.0.1"
localIP = "host.docker.internal"
# 客户端代理应用端口
localPort = 9001
localPort = 8092
# 服务端反向代理端口;提供给外部访问
remotePort = 9001
remotePort = 8092

View File

@ -11,3 +11,4 @@ services:
- "-c"
- "/frpc.toml"
network_mode: "host"
restart: unless-stopped