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:
|
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
|
||||||
Loading…
Reference in a new issue