-
Notifications
You must be signed in to change notification settings - Fork 107
Running Telly: Master Branch Docker
Chaz Larson edited this page Dec 5, 2018
·
1 revision
docker run -d \
--name='telly' \
--net='bridge' \
-e TZ="Europe/Amsterdam" \
-e 'TELLY_IPTV_PLAYLIST'='/home/github/myiptv.m3u' \
-e TELLY_IPTV_STREAMS=1 \
-e TELLY_FILTER_REGEX='.*UK.*' \
-p '6077:6077/tcp' \
-v '/tmp/telly':'/tmp':'rw' \
tellytv/telly --web.base-address=localhost:6077
telly:
image: tellytv/telly
ports:
- "6077:6077"
environment:
- TZ=Europe/Amsterdam
- TELLY_IPTV_PLAYLIST=/home/github/myiptv.m3u
- TELLY_FILTER_REGEX='.*UK.*'
- TELLY_WEB_LISTEN_ADDRESS=telly:6077
- TELLY_IPTV_STREAMS=1
- TELLY_DISCOVERY_FRIENDLYNAME=Tuner1
- TELLY_DISCOVERY_DEVICEID=12345678
command: -base=telly:6077
restart: unless-stopped
- Overview
- Standard Configuration
- Unusual Configurations
- Windows Service
- Linux Autostart
- Logs
- TVHeadend with 1.1