Merge branch 'master' of https://git.quodatum.duckdns.org/apb/thedocks
This commit is contained in:
commit
251151dc58
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,8 @@ services:
|
|||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
user: 1000:100
|
||||
group_add:
|
||||
- 107
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ./config:/config
|
||||
|
@ -14,3 +16,7 @@ services:
|
|||
# Optional - alternative address used for autodiscovery
|
||||
#environment:
|
||||
# - JELLYFIN_PublishedServerUrl=http://example.com
|
||||
devices:
|
||||
# VAAPI Devices (for omv :Intel NUC Board D54250WYK)
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
- /dev/dri/card0:/dev/dri/card0
|
||||
|
|
Loading…
Add table
Reference in a new issue