+ moved shared active torrent dir to more sensible location

This commit is contained in:
KARMACOMA 2025-12-28 07:56:14 +01:00
parent 74f5933ac3
commit ac7607d0ae
2 changed files with 2 additions and 2 deletions

View file

@ -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
- /root/shared_resources/torrent_active_directory:/incomplete
- /opt/shared_resources/torrent_active_directory:/incomplete
- /mnt/osirisbox:/data
command: daemon
restart: unless-stopped

View file

@ -10,7 +10,7 @@ services:
volumes:
- qbittorrent-config:/config
- /mnt/osirisbox:/data
- /root/shared_resources/torrent_active_directory:/incomplete
- /opt/shared_resources/torrent_active_directory:/incomplete
depends_on:
array-gluetun:
condition: service_healthy