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)
|
user: 1000:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||||
volumes:
|
volumes:
|
||||||
- xseedconfig:/config
|
- xseedconfig:/config
|
||||||
- qbittorrent-incomplete:/incomplete
|
- /root/shared_resources/torrent_active_directory:/incomplete
|
||||||
- /mnt/osirisbox:/data
|
- /mnt/osirisbox:/data
|
||||||
command: daemon
|
command: daemon
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent-config:/config
|
- qbittorrent-config:/config
|
||||||
- /mnt/osirisbox:/data
|
- /mnt/osirisbox:/data
|
||||||
- qbittorrent-incomplete:/incomplete
|
- /root/shared_resources/torrent_active_directory:/incomplete
|
||||||
depends_on:
|
depends_on:
|
||||||
array-gluetun:
|
array-gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue