added missing mountpoints

This commit is contained in:
KARMACOMA 2025-12-28 07:41:43 +01:00
parent db84a2992a
commit 9e22e96398

View file

@ -7,7 +7,8 @@ services:
ports: ports:
- "2468:2468" - "2468:2468"
volumes: volumes:
- /path/to/config/folder:/config - xseedconfig:/config
- # You will need at least one extra volume for your media drive if using https://www.cross-seed.org/docs/tutorials/linking - qbittorrent-incomplete:/incomplete
- /mnt/osirisbox:/data
command: daemon command: daemon
restart: unless-stopped restart: unless-stopped