-
Notifications
You must be signed in to change notification settings - Fork 408
Description
第一步拉取镜像:
docker pull develop767/migu_video
第二步运行docker的启动命令
docker run -p 3000:3000 -e mport=3000 -e mhost="http://192.168.5.1:3000" -e muserId=1814432 -e mtoken=nlpsD00123D2490A3E -e mrateType=9 -e menableHDR=true -e menableH265=true --name migu_video --restart=always develop767/migu_video
请问这个命令的格式是否有错误(token为范例,请无视),请大佬帮忙确认一下。报错信息如下:
Unable to find image 'develop767/migu_video:latest' locally
latest: Pulling from develop767/migu_video
1074353eec0d: Already exists
d53378de7b14: Already exists
1e51518bad62: Already exists
df42fde70614: Already exists
990785f66567: Pull complete
c9576dd7e096: Pull complete
3257a1753dee: Pull complete
Digest: sha256:7d9998d3c38fa26f1704d82e1267c069896ddcee4800743683f240f75b2240eb
Status: Downloaded newer image for develop767/migu_video:latest
TypeError: fetch failed
at node:internal/deps/undici/undici:14900:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async fetchUrl (file:///migu/utils/net.js:33:15)
at async cateList (file:///migu/utils/fetchList.js:11:16)
at async dataList (file:///migu/utils/fetchList.js:30:15)
at async updateTV (file:///migu/utils/updateData.js:20:17)
at async update (file:///migu/utils/updateData.js:182:3)
at async Server. (file:///migu/app.js:134:5) {
[cause]: AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1134:18)
at internalConnectMultiple (node:net:1210:5)
at afterConnectMultiple (node:net:1715:7) {
code: 'ECONNREFUSED',
[errors]: [ [Error], [Error] ]
}
}
TypeError: Cannot read properties of undefined (reading 'body')
at cateList (file:///migu/utils/fetchList.js:12:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async dataList (file:///migu/utils/fetchList.js:30:15)
at async updateTV (file:///migu/utils/updateData.js:20:17)
at async update (file:///migu/utils/updateData.js:182:3)
at async Server. (file:///migu/app.js:134:5)
[2026-01-10 12:07:05:130] 更新失败
[2026-01-10 12:07:05:131] 本地地址: http://localhost:3000
[2026-01-10 12:07:05:131] 本程序完全免费,如果您是通过付费渠道获取,那么恭喜你成功被骗了
[2026-01-10 12:07:05:131] 开源地址: https://github.com/develop202/migu_video 欢迎issue 感谢star
[2026-01-10 12:07:05:132] 自定义地址: http://192.168.5.1:3000