+ 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) user: 1000:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
volumes: volumes:
- xseedconfig:/config - xseedconfig:/config
- /root/shared_resources/torrent_active_directory:/incomplete - /opt/shared_resources/torrent_active_directory:/incomplete
- /mnt/osirisbox:/data - /mnt/osirisbox:/data
command: daemon command: daemon
restart: unless-stopped restart: unless-stopped

View file

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