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
|
||||
seasonsFromEpisodes: 0.8,
|
||||
matchMode: "partial",
|
||||
linkDirs: ["/torrents/cross-seed"],
|
||||
linkDirs: ["/data/torrents/cross-seed"],
|
||||
linkType: "hardlink",
|
||||
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
|
||||
port: 2468,
|
||||
|
@@ -49,7 +49,7 @@ services:
|
||||
user: "{{ service_user.uid }}:{{ service_user.uid }}"
|
||||
volumes:
|
||||
- "{{ 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
|
||||
restart: unless-stopped
|
||||
|
||||
|
Reference in New Issue
Block a user