Fixed: frps failed to start
This commit is contained in:
parent
3dfc5d0dfc
commit
bd26853125
|
|
@ -1 +1,5 @@
|
|||
bindPort = 7000
|
||||
[common]
|
||||
bind_port = 7000
|
||||
vhost_http_port = 80
|
||||
vhost_https_port = 443
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue