[GH-ISSUE #5186] [Feature Request] docker版本的fatedier/frp 与 release V0.67.0的toml文件格式是否不一样 #4053

Closed
opened 2026-05-05 14:34:07 -06:00 by gitea-mirror · 0 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4053
No description provided.