Replies: 1 comment 3 replies
-
The most common reasons for plugin installation failures in Dify's local Docker setup are network/firewall issues, timeout settings, and Docker internal networking problems. First, make sure your system and Docker containers have outbound access to port 443, which is required to reach the plugin marketplace and download dependencies from sources like GitHub and PyPI. Firewalls blocking port 443 are a frequent cause of failures (source). Even if you change port mappings in your If you see errors about timeouts or "init environment failed," increase the timeout settings in your Docker Compose files. Set Check that your
If you see DNS errors or "failed to lookup address information," your Docker network may be misconfigured or unable to resolve external domains (source). Make sure Docker containers can resolve and reach For more on installing dependencies in Docker, see the official docs: Dify backend sandbox installation. If you still have issues, please check and share the specific error logs from your plugin_daemon and API containers, your Dify and Docker Compose versions, and confirm your network/firewall setup. This will help pinpoint the root cause. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Hello, I try to run docker on my local machine that I run using docker compose.The version of Dify that I use is 1.6.0. I want to install the plugins but always failed. why? is there any configuration that I should do?

2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions