wm(大帅哥饲主版) (@wuming)求助,我的自部署Copilot后端无法使用 中发帖

https://copilot.xxx.xx 
应该是一个help页面
[image]
但却是这样的
[image]
[image]
指向的就是这个
[image]
我用nigin反代,没有问题

version: ‘3.3’
services:
copilot-app:
container_name: copilot-app
image: registry.cn-hangzhou.aliyuncs.com/ripper/copilot-proxies:latest
restart: always
ports:
- “1188:1188”

environment:
- PORT=1188
- HTTPS_PORT=443
- LOGIN_PASSWORD=xxxxxx
- CHAT_LOCALE=zh-CN
- HTTP_CLIENT...