transmission-rss icon indicating copy to clipboard operation
transmission-rss copied to clipboard

In Docker, Downloads Repeated if Container Restarted

Open ryancasler opened this issue 3 years ago • 1 comments

I am running via docker and whenever I restart the container it will repeat already download torrents that were pulled from the RSS feed already. How can I get it to stop doing this and have the previously downloaded list be persistent? This is my docker run command:

docker run -d
-e TRANSMISSION_DOWNLOAD_DIR=/data/tv
-e "RSS_URL=TRUNCATED"
--link transmission:transmission
--restart always
--name transmission_rss
--pull always
haugene/transmission-rss

ryancasler avatar Oct 19 '21 23:10 ryancasler

This is a user issue, you need to persist the seen file

patrickdk77 avatar Sep 03 '23 01:09 patrickdk77