mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Correct radarr download path
This commit is contained in:
parent
fff786ce6b
commit
acaf38a8bf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
pull: true
|
pull: true
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ radarr_movies_directory }}:/movies:rw"
|
- "{{ radarr_movies_directory }}:/movies:rw"
|
||||||
- "{{ radarr_download_directory }}:/downloads:rw"
|
- "{{ radarr_download_directory }}/complete:/downloads:rw"
|
||||||
- "{{ radarr_data_directory }}:/config:rw"
|
- "{{ radarr_data_directory }}:/config:rw"
|
||||||
ports:
|
ports:
|
||||||
- "7878:7878"
|
- "7878:7878"
|
||||||
|
|
Loading…
Reference in a new issue