如何在本地部署iptv服务器

Deploy with docker

docker run --name iptv-sources -p 3000:8080 --restart always -d herberthe0229/iptv-sources:latest

Crontab

crontab -e
0 */2 * * * /bin/sh ~/iptv-update.sh
service crond restart

Update docker image
Manually update
Download bash script file update-image.sh https://github.com/HerbertHe/iptv-sources/blob/main/update-image.sh to your homedir

/bin/sh ~/update-image.sh

iptv源
https://m3u.ibert.me/



【上一篇】

Posted in 教程 ,教育 ,生活 ,软件 |

0 条评论

添加评论

[ Ctrl + Enter ]