wiserain / docker-flexget

Docker image for running Flexget
https://hub.docker.com/r/wiserain/flexget
68 stars 40 forks source link

Docker container couldn't start #53

Closed machsix closed 2 years ago

machsix commented 2 years ago

I tested tags 3.3.7 and 3.3.6 for linux/amd64. Docker log stucks at

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
*** Using existing config.yml
*** Setting flexget web password
Updated password

for both versions.

I need to override the file /etc/cont-init.d/20-config by removing the last line

echo "*** Flexget v$(flexget -V | sed -n 1p) ready!"

The command flexget -V never returns. I'm not sure if it's something wrong on my side. A clean config.yaml doesn't help

wiserain commented 2 years ago

Tested and working fine for me.