mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5186] [Feature Request] docker版本的fatedier/frp 与 release V0.67.0的toml文件格式是否不一样 #4053
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#4053
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 @songyuyx on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5186
Describe the feature request
同一个toml文件在release V0.67.0中运行ok。 但使用fatedier/frp dDocker版本却提示toml格式错误:
root@DiskStation:/volume1/docker/frp/frps/project# docker-compose up
[+] Running 1/0
✔ Container frps Created 0.0s
Attaching to frps
frps | invalid INI syntax on line 127: ]
frps exited with code 255
Line127行的格式好像没问题呀,如下:
allowPorts = [
{ start = 2000, end = 3000 },
{ single = 8889 },
{ single = 80 },
{ single = 23 },
{ start = 29135, end = 29145 }
]
虚心请教,望指点
Describe alternatives you've considered
No response
Affected area