cross-seed
services:
cross-seed:
image: ghcr.io/cross-seed/cross-seed:6
container_name: cross-seed
user: 568:568 # this must match your torrent client (cross-seed does not support using PGID and PUID)
ports:
- 2468:2468
volumes:
- /mnt/scratch/docker/data/cross-seed:/config
# You will need at least one extra volume for your media drive if using https://www.cross-seed.org/docs/tutorials/linking
command: daemon
restart: unless-stopped
networks: {}