Replies: 3 comments 2 replies
-
I am having this same issue! Need some support. |
Beta Was this translation helpful? Give feedback.
-
the error says: because your nginx is listening on port 80. btw, it is from a security view very crucial to not expose your container ports to 0.0.0.0, since this is the whole point with reverse proxies like nginx: you want to hide (127.0.0.1) everything behind your reverse proxy, so that nobody can access your containers directly from the internet (which would be the case with 0.0.0.0), but only make requests to the reverse proxy/nginx |
Beta Was this translation helpful? Give feedback.
-
可以先把目前非docker部署的nginx进程杀死,然后部署1panel(类似宝塔面板,但是我觉得比宝塔好用),在1panel容器里面对dify所需要的nginx端口进行修改,最后再启用外部的nginx进程。 |
Beta Was this translation helpful? Give feedback.
-
Self Checks
Content
I'm trying to setup this to run on https://..dify.profullstack.com which is behind the HOST nginx server already setup and hosting numerous other services.
However when I run the
docker compose up -d
i get the following error:I need to make this work on a non-443 or non-80 port so I can proxy it through from my host nginx to the localhost:whatever port.
Beta Was this translation helpful? Give feedback.
All reactions