-
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 9 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 restart Update docker imageManually update
/bin/sh ~/update-image.sh Auto 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.
-
跑完在emby用了之后提示:The SSL connection could not be established, see inner exception. |
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.
Deploy with docker
docker ps
to get container status.Wait a minute, visit http://localhost:3000.
Then, you can use
http://localhost:3000
instead ofhttps://m3u.ibert.me
.For example:
https://m3u.ibert.me/cn.m3u
->http://localhost:3000/cn.m3u
Or, you can also deploy with your own server & domain.
Crontab
Maybe you want to set schedule for auto-updating per 2 hours.
iptv-update.sh
https://github.com/HerbertHe/iptv-sources/blob/main/iptv-update.sh to your homedir.Press keyboard
i
…