Correct radarr download path

This commit is contained in:
David Stephens 2019-04-27 11:16:14 +01:00
parent fff786ce6b
commit acaf38a8bf

View file

@ -13,7 +13,7 @@
pull: true
volumes:
- "{{ radarr_movies_directory }}:/movies:rw"
- "{{ radarr_download_directory }}:/downloads:rw"
- "{{ radarr_download_directory }}/complete:/downloads:rw"
- "{{ radarr_data_directory }}:/config:rw"
ports:
- "7878:7878"