-
Notifications
You must be signed in to change notification settings - Fork 107
Running Telly: Dev Branch Docker with config file
Chaz Larson edited this page Dec 5, 2018
·
1 revision
docker run -d \
--name='telly' \
--net='bridge' \
-e TZ="America/Chicago" \
-p '6077:6077/tcp' \
-v /host/path/to/telly.config.toml:/etc/telly/telly.config.toml \
--restart unless-stopped \
tellytv/telly:dev-ffmpeg
telly:
image: tellytv/telly:dev-ffmpeg
ports:
- "6077:6077"
environment:
- TZ=Europe/Amsterdam
volumes:
- /host/path/to/telly.config.toml:/etc/telly/telly.config.toml
restart: unless-stopped
- Overview
- Standard Configuration
- Unusual Configurations
- Windows Service
- Linux Autostart
- Logs
- TVHeadend with 1.1