12 lines
No EOL
405 B
YAML
12 lines
No EOL
405 B
YAML
version: "2.1"
|
|
services:
|
|
cross-seed:
|
|
image: ghcr.io/cross-seed/cross-seed:6
|
|
container_name: cross-seed
|
|
user: 1000:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
|
volumes:
|
|
- xseedconfig:/config
|
|
- /opt/shared_resources/torrent_active_directory:/incomplete
|
|
- /mnt/osirisbox:/data
|
|
command: daemon
|
|
restart: unless-stopped |