-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Config usedversion: '3.9' transmission-rss.conf feeds:
server: Current Behaviorthe transmission and openvpn work great. transmission-rss just wont find the config file. Expected Behaviortransmission-rss to read the config file How have you tried to solve the problem?tried to have the config in /etc/. it wont work either. docker-compose Log outputEnvironment- OS: ubuntu 20.04
- Docker: 20.10.7 Anything else?https://haugene.github.io/docker-transmission-openvpn/rss-plugin/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this: this is not really a bug I believe but a config problem, hence moving to discussions |
Beta Was this translation helpful? Give feedback.
this:
- '/home/hulk/thebox/:/etc/transmission-rss.conf'
does not make sense..you are trying to map a folder to a file..
you should try
- '/home/hulk/thebox/transmission-rss.conf:/etc/transmission-rss.conf'
this is not really a bug I believe but a config problem, hence moving to discussions