tellytv / telly

An IPTV proxy
MIT License
760 stars 104 forks source link

In Docker: unknown short flag '-b', try --help #187

Closed abmurksi closed 6 years ago

abmurksi commented 6 years ago

telly release with the issue:

Container fails. Latest docker version from 05.09.2018

Last working telly release (if known): before move to tellytv/telly

Operating environment (Docker/Windows/Linux/QNAP, etc.):

Docker on Debian 9 with Docker 18.06.1-ce docker-compose 1.21.2

Description of problem: Container immediately fails.

$ docker logs docker-compose_telly_1 app: error: unknown short flag '-b', try --help

Can not execute any commands via docker exec as it is immediately failing

docker-compose.yml: version: '3' services: telly: image: tellytv/telly ports:


**telly or docker log:**

app: error: unknown short flag '-b', try --help

guyspr commented 6 years ago

This is actually not required to get it running in Docker. I see you are using the master branch, I recommend also checking out the dev version: https://github.com/tellytv/telly/tree/dev

This has some improvements like a config file instead of env variables.

abmurksi commented 6 years ago

Thanks. Moved to the dev-ffmpeg branch and got it working