From 4c4f236ba31f39957fcde2c5ad7cca70255c8b41 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 7 Mar 2017 10:58:53 -0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6ebcd0d..0d39aa3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,4 +10,6 @@ Radarr uses themoviedb.org for movie information and images like fanart, banners 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. ### Can I update Radarr inside my Docker container? -Docker containers are meant to be static, they should never update themselves in any way. 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. For a nightly docker, [hotio's radarr](https://hub.docker.com/r/hotio/radarr/) is a good choice. Another option is [Linux|Server.io's radarr](https://hub.docker.com/r/linuxserver/radarr/). \ No newline at end of file +Docker containers are meant to be static, they should never update themselves in any way. 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. + +[Linux|Server.io's radarr](https://hub.docker.com/r/linuxserver/radarr/) tracks releases while [hotio's radarr](https://hub.docker.com/r/hotio/radarr/) tracks nightly. \ No newline at end of file