TorrentHDD_vs_SSD
This commit is contained in:
parent
726edf435b
commit
87e1a0d937
3 changed files with 27 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ services:
|
|||
restart: 'unless-stopped'
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
# user: 1000:1000
|
||||
network_mode: 'host'
|
||||
volumes:
|
||||
- ./config:/config
|
||||
|
|
@ -13,6 +12,9 @@ services:
|
|||
target: /media
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
group_add:
|
||||
- 44
|
||||
- 922
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "stream"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue