-
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 10 replies
-
Deploy with dockerdocker run --name iptv-sources -p 3000:8080 -d herberthe0229/iptv-sources:latest
Wait a minute, visit http://localhost:3000. Then, you can use For example: Or, you can also deploy with your own server & domain. CrontabMaybe you want to set schedule for auto-updating per 2 hours.
crontab -e
0 */2 * * * /bin/sh ~/iptv-update.sh
service crond restartUpdate docker imageManually update
/bin/sh ~/update-image.shAuto update |
Beta Was this translation helpful? Give feedback.
-
|
OMV 计划任务里面添加 /bin/sh ~/iptv-update.sh |
Beta Was this translation helpful? Give feedback.
-
|
(node:8) [DEP0040] DeprecationWarning: The DOCKER安装完后的日志,其网页打不开。 |
Beta Was this translation helpful? Give feedback.
-
|
这是来自QQ邮箱的假期自动回复邮件。
你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
Beta Was this translation helpful? Give feedback.
-
|
请问homedir是哪个目录啊,我用的绿联的NAS,finalShell进入后不知道哪个是homedir |
Beta Was this translation helpful? Give feedback.
-
|
换了2个服务器部署完都是用的过程镜像自动停止了,不知道是哪里问题 |
Beta Was this translation helpful? Give feedback.
-
|
docker 运行出错,logs如下 |
Beta Was this translation helpful? Give feedback.
-
|
is there a docker compose? |
Beta Was this translation helpful? Give feedback.
-
|
Download iptv-update.sh https://github.com/HerbertHe/iptv-sources/blob/main/iptv-update.sh to your homedir. |
Beta Was this translation helpful? Give feedback.
-
|
这是来自QQ邮箱的假期自动回复邮件。
你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
Beta Was this translation helpful? Give feedback.
Deploy with docker
docker psto get container status.Wait a minute, visit http://localhost:3000.
Then, you can use
http://localhost:3000instead ofhttps://m3u.ibert.me.For example:
https://m3u.ibert.me/cn.m3u->http://localhost:3000/cn.m3uOr, you can also deploy with your own server & domain.
Crontab
Maybe you want to set schedule for auto-updating per 2 hours.
iptv-update.shhttps://github.com/HerbertHe/iptv-sources/blob/main/iptv-update.sh to your homedir.Press keyboard
i…