Fixed: frp version too old for toml config file

This commit is contained in:
homemade 2023-11-09 14:32:16 +00:00
parent bd26853125
commit a973728de2
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -1,4 +1,3 @@
# frpc.toml
serverAddr = "119.28.12.24" serverAddr = "119.28.12.24"
serverPort = 7000 serverPort = 7000