Closed BartekWolv closed 2 years ago
@BartHimitsu Downloads\TempPath
is enforced to /data/temp
in this image https://github.com/crazy-max/docker-qbittorrent/blob/5f660cf06da0e0d54a2c30245a7eec74257c5e5c/entrypoint.sh#L87 so we can keep a single mount point. If you want to change it you can fork this repo.
Behaviour
why each time I restart container it restore one setting that is telling qbittorrent to save unfinished torrents to /data/temp how to keep that option turned off on restarts like it keep other options? I have suspision that docker each time overwrote this option.
Steps to reproduce this issue
Expected behaviour
option should not re enable after restart, it should be keep in state before restart
Actual behaviour
right now I turn off that option, then I restart container and after restart it is enabled again
Configuration
docker --version
) : dunnodocker-compose --version
) : dunnouname -a
) : dunnodocker-compose.yml
,.env
, ... dont haveDocker info
dont have
Logs
dont have