From 69cdcfda45efe0e45d7817c976e6a7bc756b9e47 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Fri, 24 Apr 2020 03:23:32 +0300 Subject: [PATCH] Radarr. Removing separate download directory. --- radarr/.env.dist | 2 +- radarr/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/radarr/.env.dist b/radarr/.env.dist index 45c22ea..e6494f1 100644 --- a/radarr/.env.dist +++ b/radarr/.env.dist @@ -13,7 +13,7 @@ CONFIG_PATH=/path/to/config # Location of Movie library on disk (See note in Application setup) MOVIES_PATH=/path/to/movies # Location of download managers output directory (See note in Application setup) -DOWNLOADS_PATH=/path/to/downloads +#DOWNLOADS_PATH=/path/to/downloads # Logs LOG_MAX_SIZE=5m diff --git a/radarr/docker-compose.yml b/radarr/docker-compose.yml index 185fc7c..66b4953 100644 --- a/radarr/docker-compose.yml +++ b/radarr/docker-compose.yml @@ -12,7 +12,7 @@ services: volumes: - "${CONFIG_PATH}:/config" - "${MOVIES_PATH}:/movies" - - "${DOWNLOADS_PATH}:/downloads" + #- "${DOWNLOADS_PATH}:/downloads" restart: unless-stopped logging: driver: "json-file"