Replies: 2 comments
-
是否同步升级了docker?我回滚到老版本docker可以安装,不提示代理问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Storkshadows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Provide a description of requested docs changes
Version
1.4.0
Type
local docker compose start
Significance
record what did i configuration proxy agent on dify (because of many errors occurred)
i use local linux(CentOS 7.2) machine to deployment the latest version dify (1.4.0)
my machine can not request any public(global) network
so that i need configuration my proxy(linux system http/https proxy)
then i found it not work on docker(dify)
Here is what I configured
env
PATH -> /dify/docker/.env
global environment(required)
plugin_daemon
pip.conf
other
ln -s /your_path/python3.12/python /usr/bin/python
if u configured any content, please use
docker-compose down
thendocker-compose up -d
, not restart single services(it may does not work)cause errors
just record cause errors, it has been resolved
https://pypi.tuna.tsinghua.edu.cn/simple/dify-plugin/
host=db user=postgres database=postgres
: hostname resolving error (lookup db on 127.0.0.11:53: read udp 127.0.0.1:40984->127.0.0.11:53: i/o timeout)refer
Beta Was this translation helpful? Give feedback.
All reactions