Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Docker, Downloads Repeated if Container Restarted #122

Open
ryancasler opened this issue Oct 19, 2021 · 1 comment
Open

In Docker, Downloads Repeated if Container Restarted #122

ryancasler opened this issue Oct 19, 2021 · 1 comment

Comments

@ryancasler
Copy link

ryancasler commented Oct 19, 2021

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

@patrickdk77
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants