diff --git a/FAQ.md b/FAQ.md index 62f89e2..a513a65 100644 --- a/FAQ.md +++ b/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? -At this time, it isn't supported. The root of the reason is that Radarr is a fork of Sonarr, where every show has a folder. This limitation is known to be a pain point for many users and there is a [feature request](http://feathub.com/Radarr/Radarr/+29) to add support and the developers have it on their roadmap of things to implement. +At this time, it isn't supported. The root of the reason is that Radarr is a fork of Sonarr, where every show has a folder. This limitation is known to be a pain point for many users and there is a [feature request](http://feathub.com/Radarr/Radarr/+29) to add support and it will certainly be supported in the first release of Radarr. ### Can I update Radarr inside my Docker container? Docker containers are meant to be static, 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.