mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 13:35:35 -04:00
重启docker之后无法打开dify的web界面 #98
Reference in New Issue
Block a user
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 @fighthhhh on GitHub (Mar 9, 2025).
首次安装好dify之后进行知识库的上传,部分显示“排队中”,迟迟没有反应,看网上资料说重启docker可以,重启之后发现原本web界面无法打开,首次安装时是通过nginx的80端口进入web界面,但是后来我配置了web的端口8081也无法进入,咨询一下问题的原因和解决方法,感谢
@dosubot[bot] commented on GitHub (Mar 9, 2025):
@fighthhhh 你好!我是Dosu,一个可以帮助你解决bug、回答问题并成为贡献者的机器人。我会尽快帮你解决问题,感谢你的耐心等待。
I found a similar open issue that might help you resolve the problem of not being able to access the Dify web interface after restarting Docker. Here are the suggested steps:
Check if Nginx is running on your system: Use the following command to check the status of Nginx:
Stop Nginx if it's running: This will prevent any port conflicts with the Dify container's Nginx service:
Restart the Dify containers: After stopping Nginx, restart the Dify containers to apply the changes:
These steps should help resolve the access issue by ensuring there are no port conflicts between the system's Nginx and the Dify container's Nginx service [1].
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other