Radarr. Removing separate download directory.

This commit is contained in:
Alexey Skobkin 2020-04-24 03:23:32 +03:00
parent 85a25dfb1f
commit 69cdcfda45
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"