Home

Awesome

<img alt="iptv-checker" src="https://github.com/zhimin-dev/iptv-checker/blob/main/icon.png" height=80>

中文版本

iptv-checker

IPTV checker tool for Docker && Desktop && CMD, check your playlist is available

Docker Official Package Usage

DockerHub

Run the docker version of iptv-checker with the following commands

docker pull zmisgod/iptvchecker

docker run -d -p 8081:8089 --name myIp zmisgod/iptvchecker

# Alternatively, specify the port (this time specifying the port as 10001, you need to change the two 10001 places below), output file mapping to local directory
docker run -d -p 8081:10001 -e WEB_PORT=10001 -v ~/icStatic/output:/app/static/output  --name myIp ipserver

Then open your browser and visit http://127.0.0.1:8081/.

Docker-Compose Deployment

docker-compose up -d

frequently asked questions

Changelog

Contact

My blog