added missing mountpoints
This commit is contained in:
parent
db84a2992a
commit
9e22e96398
1 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ services:
|
|||
ports:
|
||||
- "2468:2468"
|
||||
volumes:
|
||||
- /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
|
||||
- xseedconfig:/config
|
||||
- qbittorrent-incomplete:/incomplete
|
||||
- /mnt/osirisbox:/data
|
||||
command: daemon
|
||||
restart: unless-stopped
|
||||
Loading…
Reference in a new issue