Docker安装dify报错,有遇到的么

感谢您的耐心解答!目前还是不行,现象就是登陆进去后右上角一直提示报错:

Failed to request plugin daemon, url: plugin/5a017356-6fa9-4536-8863-a1ff7d4ee2ba/management/list

Failed to request plugin daemon, url:plugin/5a017356-6fa9-4536-8863-a1ff7d4ee2ba/management/models

Failed to request plugin daemon, url: plugin/5a017356-6fa9-4536-8863-a1ff7d4ee2ba/management/install/tasks

目前是dify-1.8.0的版本,配置文件docker-compose.yml我没有动,docker网络是如下的配置。

试了好几个版本(比如1.11.3、 1.8.0、 1.2.0)都是页面都是报同样的错。

redis启动时正常的。我看日志是success

docker-plugin_daemon-1这里,不同版本日志错误日志不一样:

1.8版本docker-plugin_daemon-1报这个错:

2026/01/28 08:30:05 watcher.go:18: [INFO]Launching plugins with max concurrency: 2

2026/01/28 08:30:05 init.go:20: [INFO]Persistence initialized

[gnet] 2026-01-28T08:30:05.516768271Z INFO logging/logger.go:256 Launching gnet with 8 event-loops, listening on: tcp://0.0.0.0:5003

2026/01/28 08:31:05 cluster_lifetime.go:113: [INFO]current node has become the master of the cluster

2026/01/28 08:31:05 node.go:213: [INFO]node f07bf1ad-49eb-4fd0-8705-8459a7cb1145 has been removed from the cluster due to being disconnected

2026/01/28 08:31:05 node.go:213: [INFO]node 6e81c5ba-9e88-4875-b60f-e72a384e53bf has been removed from the cluster due to being disconnected

1.2版本 docker-plugin_daemon-1 一直restarting 启动不了,看日志是下面的错:

[PANIC]Error processing environment variables: envconfig.Process: assigning S3_USE_AWS_MANAGED_IAM to S3UseAwsManagedIam: converting ‘’ to type bool. details: strconv.ParseBool: parsing “”: invalid syntax
panic: [PANIC]Error processing environment variables: envconfig.Process: assigning S3_USE_AWS_MANAGED_IAM to S3UseAwsManagedIam: converting ‘’ to type bool. details: strconv.ParseBool: parsing “”: invalid syntax