Radarr. Removing separate download directory.
This commit is contained in:
parent
85a25dfb1f
commit
69cdcfda45
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue