From 00deeeb69db5e598ea6057005c46882d2defc65c Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 14 Mar 2017 13:56:19 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f3e8a62..48f4d0c 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? -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.