1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Updated FAQ (markdown)

Donald Webster 2017-03-14 13:56:19 -07:00
parent 1c9bc376c2
commit 00deeeb69d

2
FAQ.md

@ -7,7 +7,7 @@ Radarr uses themoviedb.org for movie information and images like fanart, banners
### Can all my movie files be stored in one folder?
Not yet, the reason is that Radarr is a fork of Sonarr, where every show has a folder. This limitation is a known pain point for many users, not only is there a [feature request](http://feathub.com/Radarr/Radarr/+29), but the developers have committed to it for the first release of Radarr.
Not yet and the reason is that Radarr is a fork of Sonarr, where every show has a folder. This limitation is a known pain point for many users, not only is there a [feature request](http://feathub.com/Radarr/Radarr/+29), but the developers have committed to it for the first release of Radarr.
### Can I update Radarr inside my Docker container?
You shouldn't, Docker containers are meant to be static and they should never update themselves internally. It is a primary philosophy of Docker. Database issues can be caused for Radarr if you upgrade your installation inside to the most recent nightly, then update the docker container itself which might downgrade to an older version.