mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4854] Docker指定配置文件问题 #3829
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#3829
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 @liuzhenghang on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4854
Bug Description
在最新的frps的docker镜像中,指定toml配置文件,但是依然默认使用内置的ini文件,以下是compose
version: '3.8'
services:
frps:
image: snowdreamtech/frps:latest # 可替换为你自己的镜像
container_name: frps
restart: always
network_mode: host
volumes:
- /www/wwwroot/frps.qxhua21.cn/frp_0.52.0_linux_amd64/frps.toml:/etc/frp/frps.toml
command: frps -c /etc/frp/frps.toml
frpc Version
null
frps Version
0.6x
System Architecture
linux/amd64
Configurations
bindPort = 5001
kcpBindPort = 5001
auth.token = "*****"
vhostHTTPPort = 82
vhostHTTPSPort = 4432
webServer.addr = "0.0.0.0"
webServer.port = 8081
webServer.user = ""
webServer.password = ""
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Jul 11, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.