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)
|
# Location of Movie library on disk (See note in Application setup)
|
||||||
MOVIES_PATH=/path/to/movies
|
MOVIES_PATH=/path/to/movies
|
||||||
# Location of download managers output directory (See note in Application setup)
|
# Location of download managers output directory (See note in Application setup)
|
||||||
DOWNLOADS_PATH=/path/to/downloads
|
#DOWNLOADS_PATH=/path/to/downloads
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
LOG_MAX_SIZE=5m
|
LOG_MAX_SIZE=5m
|
||||||
|
|
|
@ -12,7 +12,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "${CONFIG_PATH}:/config"
|
- "${CONFIG_PATH}:/config"
|
||||||
- "${MOVIES_PATH}:/movies"
|
- "${MOVIES_PATH}:/movies"
|
||||||
- "${DOWNLOADS_PATH}:/downloads"
|
#- "${DOWNLOADS_PATH}:/downloads"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
|
|
Loading…
Reference in a new issue