+ versionnum
This commit is contained in:
parent
81db345d75
commit
db84a2992a
1 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
cross-seed:
|
cross-seed:
|
||||||
image: ghcr.io/cross-seed/cross-seed:6
|
image: ghcr.io/cross-seed/cross-seed:6
|
||||||
container_name: cross-seed
|
container_name: cross-seed
|
||||||
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)
|
||||||
|
ports:
|
||||||
|
- "2468:2468"
|
||||||
volumes:
|
volumes:
|
||||||
- ccconfig:/config
|
- /path/to/config/folder:/config
|
||||||
- # You will need at least one extra volume for your media drive if using https://www.cross-seed.org/docs/tutorials/linking
|
- # You will need at least one extra volume for your media drive if using https://www.cross-seed.org/docs/tutorials/linking
|
||||||
command: daemon
|
command: daemon
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Reference in a new issue