-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Config] Add custom config location #2098
Conversation
So yes @verahawk , the find actually became an issue :D Fixed with this version. |
This change would also need some overhaul of the wiki sections, I will do that after the merge. |
@em92 this feature is super useful for development btw. I'm using this branches container for everything since I only have to spin up one container and just add bridges to a mapped folder. |
@em92 Can you tell my why you're not adding this? It's really super usefull :) |
Problems with free time recently. |
@em92 I updated the docker wiki page https://github.com/RSS-Bridge/rss-bridge/wiki/Docker |
EDIT: Oh, now I see the For the life of me, I cannot get the docker container to read whitelist.txt or config.ini.php from my bind mount volume. I have them both in
|
@thomcatdotrocks Congrats, you found a major issue :D Dockerhub changed their autobuild policy and ... someone forgot.... I created #2268 to fix this. |
😶 Huh. That's pretty crappy of Docker, but I guess we should have expected that at some point. Glad I could help! |
This is the follow up to the original PR #2097 since that became pretty messy.
This is the PR for all the changes and a follow up testing (which... we didn't do during that PR :/ )
This should be clean and work (I tested this with multiple files).