Added shared active directory between XSEED and QBITTORRENT
This commit is contained in:
parent
1887d63429
commit
74f5933ac3
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ services:
|
|||
user: 1000:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||
volumes:
|
||||
- xseedconfig:/config
|
||||
- qbittorrent-incomplete:/incomplete
|
||||
- /root/shared_resources/torrent_active_directory:/incomplete
|
||||
- /mnt/osirisbox:/data
|
||||
command: daemon
|
||||
restart: unless-stopped
|
||||
|
|
@ -10,7 +10,7 @@ services:
|
|||
volumes:
|
||||
- qbittorrent-config:/config
|
||||
- /mnt/osirisbox:/data
|
||||
- qbittorrent-incomplete:/incomplete
|
||||
- /root/shared_resources/torrent_active_directory:/incomplete
|
||||
depends_on:
|
||||
array-gluetun:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Reference in a new issue