Update docker/jellyfin/docker-compose.yml
This commit is contained in:
parent
f88855f2ed
commit
33b1fc29a6
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ services:
|
||||||
container_name: makemkv
|
container_name: makemkv
|
||||||
ports:
|
ports:
|
||||||
- 5800:5800
|
- 5800:5800
|
||||||
|
environment:
|
||||||
|
- MAKEMKV_KEY=$MAKEMKV_KEY
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/appdata/makemkv:/config:rw
|
- /docker/appdata/makemkv:/config:rw
|
||||||
- /home/mafyuh/makemkv/storage:/storage:rw
|
- /home/mafyuh/makemkv/storage:/storage:rw
|
||||||
|
|
Loading…
Reference in a new issue