Skip to content

Instantly share code, notes, and snippets.

@gotens87
Created December 25, 2018 22:48
Show Gist options
  • Save gotens87/2fc148637321089cff47e9ba2b313561 to your computer and use it in GitHub Desktop.
Save gotens87/2fc148637321089cff47e9ba2b313561 to your computer and use it in GitHub Desktop.
How to get telly running on Docker
docker run -d \
--name='telly' \
--net='bridge' \
-e TZ="America/Edmonton" \
-v /config/telly/telly.config.toml:/etc/telly/telly.config.toml \
-p '6077:6077/tcp' \
--restart unless-stopped \
tellytv/telly:dev-ffmpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment