adding makemkv
This commit is contained in:
parent
ed6c0ef8af
commit
77ac7fe7a6
1 changed files with 13 additions and 0 deletions
|
@ -19,3 +19,16 @@ services:
|
|||
ports:
|
||||
- 8096:8096
|
||||
restart: unless-stopped
|
||||
|
||||
makemkv:
|
||||
image: jlesage/makemkv
|
||||
container_name: makemkv
|
||||
ports:
|
||||
- 5800:5800
|
||||
volumes:
|
||||
- /docker/appdata/makemkv:/config:rw
|
||||
- /home/mafyuh/makemkv/storage:/storage:rw
|
||||
- /mnt/thePoolShare/Media/BR:/output:rw
|
||||
devices:
|
||||
- /dev/sr0:/dev/sr0
|
||||
privileged: true
|
||||
|
|
Reference in a new issue