mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Allow sickchill downloads path to be fully managed by sickchill_downloads_directory variable
This commit is contained in:
parent
f8554f3be5
commit
84b0e964e7
2 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ couchpotato_group_id: 0
|
|||
sickchill_available_externally: "false"
|
||||
sickchill_config_directory: "{{ docker_home }}/sickchill/config"
|
||||
sickchill_tv_directory: "{{ tv_root }}"
|
||||
sickchill_downloads_directory: "{{ downloads_root }}"
|
||||
sickchill_downloads_directory: "{{ downloads_root }}/completed"
|
||||
sickchill_user_id: 0
|
||||
sickchill_group_id: 0
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
pull: true
|
||||
volumes:
|
||||
- "{{ sickchill_config_directory }}:/config:rw"
|
||||
- "{{ sickchill_downloads_directory }}/completed:/downloads:rw"
|
||||
- "{{ sickchill_downloads_directory }}:/downloads:rw"
|
||||
- "{{ sickchill_tv_directory }}:/tv:rw"
|
||||
ports:
|
||||
- "8081:8081"
|
||||
|
|
Loading…
Reference in a new issue