horjulf / docker-rutorrent-autodl

21 stars 12 forks source link

Latest build is not working #19

Closed IvanShift closed 4 years ago

IvanShift commented 4 years ago

Hello! Container does not start: изображение

Could you fix it?

horjulf commented 4 years ago

Check your rtorrent config and the logs at /config/log, there hasn't been any changes recently other than the biweekly image rebuild with the latest base OS layer.

IvanShift commented 4 years ago

Hello! It's something wrong with docker container. Because I updated "developer" version and receive this problem. After 2 day later I updated "latest" version and receive the same error. All logs are empty. I also delete and recreate config-dir but situation is the same. Could you please recheck it?

IvanShift commented 4 years ago

I solve it. Sorry for fake error. After update I forget to add PGID and PUID. Maybe you will add this params to be shown in Environment Variables ? изображение

horjulf commented 4 years ago

The vars are consumed by s6 directly, setting them by default would break backwards compatibility.

IvanShift commented 4 years ago

But if I do not fill those variables container will not start at anyway. So this is reason to add them.