mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5005] 服务端docker从0.63升级到0.64 webServer部分不起作用 #3940
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#3940
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 @Firfr on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5005
Bug Description
2025-09-29 22:41:45.271 [I] [frps/root.go:110] frps uses command line arguments for config
2025-09-29 22:41:45.380 [I] [server/service.go:236] frps tcp listen on 0.0.0.0:7000
2025-09-29 22:41:45.380 [I] [frps/root.go:117] frps started successfully
看日志 配置文件没有起作用。但是相同配置在0.63版本没有问题
frpc Version
0.63
frps Version
0.64
System Architecture
docker/amd64
Configurations
compose文件内容
frps.toml 文件内容
Logs
No response
Steps to reproduce
上面的服务端配置,在0.63版本没问题,Web 管理界面可以打开,使用的是配置文件,为将镜像版本改成0.64后,会从命令行启动,没有使用配置文件,Web 管理界面没有
Affected area