You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: