[root@VM-12-4-centos frps]# netstat -anp|grep frp
tcp6 0 0 :::7000 :::* LISTEN 1668/frps
docker run --restart=always --network host -d -v /home/frps/frps.ini:/etc/frp/frps.ini --name frps snowdreamtech/frps
路径映射也检查过了是对的,用 7500 访问 web 端 的 dashboard 也不行,怀疑服务压根没跑起来