ekho / docker-utorrent

Docker image to run the utorrent server
MIT License
40 stars 17 forks source link

Paths should be configured from ENVs as well #14

Closed gokuu closed 4 years ago

gokuu commented 4 years ago

Hi,

In the last refactor, one of the changes that had the biggest impact for me was not being able to use the utserver.conf file to make the configuration changes I want, as now confd always replaces it when the container starts.

That being said, I think that, if it was possible to override the paths (and all other properties) using ENV variables, I think it would be much more flexible. I took the liberty of opening PR #13 to do exactly this

ekho commented 4 years ago

Closed by #13