mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Fix Radarr download directory
This commit is contained in:
parent
d4d9cd9f6d
commit
fff786ce6b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
pull: true
|
||||
volumes:
|
||||
- "{{ radarr_movies_directory }}:/movies:rw"
|
||||
- "{{ radarr_download_directory }}/downloads:/downloads:rw"
|
||||
- "{{ radarr_download_directory }}:/downloads:rw"
|
||||
- "{{ radarr_data_directory }}:/config:rw"
|
||||
ports:
|
||||
- "7878:7878"
|
||||
|
|
Loading…
Reference in a new issue