mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4711] Better document configuration files with good working examples #3720
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3720
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Plarixtu on GitHub (Mar 14, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4711
Bug Description
I really struggle to get FRP to work in a docker compose environment. There is always something wrong with the configuration and I can't figure out how it has to be. The style in the format in the README seems to be outdated.
At first it was hard to figure out, that .ini is outdated.
Then I had to figure out, that the correct format seems to be the legacy format.
Now when connecting I constantly get errors.
There aren't any usable working examples on the internet anywhere. I'm close to giving up. Not even ChatGPT is of any help.
Currently on server side I get the error "[control.go:214][W] ProxyName [ssh] is not exist"
frpc Version
0.9.0
frps Version
0.9.0
System Architecture
linux/amd64
Configurations
My
frpc.tomlfile looks like this:My
docker-compose.ymlStart with
Logs
frpc | 2025/03/14 06:08:20 [control.go:185][E] ProxyName [ssh], start proxy error, ProxyName [ssh] is not exist
frpc | 2025/03/14 06:08:20 [control.go:39][E] ProxyName [ssh], connect to server failed!
frpc | 2025/03/14 06:08:20 [main.go:112][W] All proxy exit!
frpc exited with code 0
Steps to reproduce
Affected area