Fix volume mount paths so cross-seed and qbittorrent torrent patchs match
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = {
|
|||||||
duplicateCategories: true, // This is instead of setting a linkCategory
|
duplicateCategories: true, // This is instead of setting a linkCategory
|
||||||
seasonsFromEpisodes: 0.8,
|
seasonsFromEpisodes: 0.8,
|
||||||
matchMode: "partial",
|
matchMode: "partial",
|
||||||
linkDirs: ["/torrents/cross-seed"],
|
linkDirs: ["/data/torrents/cross-seed"],
|
||||||
linkType: "hardlink",
|
linkType: "hardlink",
|
||||||
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
|
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
|
||||||
port: 2468,
|
port: 2468,
|
||||||
|
@@ -49,7 +49,7 @@ services:
|
|||||||
user: "{{ service_user.uid }}:{{ service_user.uid }}"
|
user: "{{ service_user.uid }}:{{ service_user.uid }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ data_dir }}/cross-seed:/config"
|
- "{{ data_dir }}/cross-seed:/config"
|
||||||
- "{{ media_storage_mnt }}/data/torrents:/torrents" # Necessary for partial matching
|
- "{{ media_storage_mnt }}/data/torrents:/data/torrents" # Necessary for partial matching
|
||||||
command: daemon
|
command: daemon
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user