Fixed: frps failed to start

This commit is contained in:
root 2023-11-09 22:18:13 +08:00
parent 3dfc5d0dfc
commit bd26853125
2 changed files with 11 additions and 2 deletions

View File

@ -1 +1,5 @@
bindPort = 7000 [common]
bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443

View File

@ -1 +1,6 @@
docker run -d --network=host fatedier/frps:v0.47.0 -c frps.toml docker run -d \
--restart=unless-stopped \
--network=host \
-v $(pwd)/frps.toml:/frps.toml \
fatedier/frps:v0.47.0 \
-c /frps.toml