Sign inSign up

smhw3565/iptv-service

By smhw3565

Updated 4 months ago

iptv-service

Image
Networking
0

1.5K

smhw3565/iptv-service repository overview

services:
  iptv-service:
    image: smhw3565/iptv-service:latest
    container_name: iptv-service
    restart: always
    ports:
      - "5000:5000"
    environment:
      - TZ=Asia/Shanghai
http://localhost:5000/iptv  获取 M3U8 列表

http://localhost:5000/txt  获取文本列表

http://localhost:5000/forceRetest  手动强制立即开始测速更新

更新说明:在原有基础上放宽筛选条件,添加m3u模式支持EPG.

注:我不是项目原作者,我只是搬运工。

Tag summary

Content type

Image

Digest

sha256:2ee6bc28f

Size

48.8 MB

Last updated

4 months ago

docker pull smhw3565/iptv-service