-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Description
我完整配置如下。最后网页打开输入ip和端口和密码怎么都连不上。
mihomo代码
docker run -d
--name mihomo-core
-p 7890:7890
-p 8901:9090
-v /var/mihomo/config:/etc/mihomo
-v /var/mihomo/ui:/etc/mihomo/ui
--restart unless-stopped
metacubex/mihomo:latest
配置文件
vi /var/mihomo/config/config.yaml
mixed-port: 7890
log-level: info
allow-lan: true
external-controller: 0.0.0.0:9090
secret: 123456
#external-ui: /etc/mihomo/ui
启动 UI 容器:
docker run -d
--name mihomo-ui
-p 8666:80
--restart unless-stopped
ghcr.io/metacubex/metacubexd:latest
web用ip+8666打开了web,输入后端地址:ip+8901密码123456缺一直显示
Failed to fetch
找了半天gpt排查也没找出原因。求助
Metadata
Metadata
Assignees
Labels
No labels