Merge branch 'master' of https://git.quodatum.duckdns.org/apb/thedocks
This commit is contained in:
commit
251151dc58
@ -4,6 +4,8 @@ services:
|
|||||||
image: jellyfin/jellyfin
|
image: jellyfin/jellyfin
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
user: 1000:100
|
user: 1000:100
|
||||||
|
group_add:
|
||||||
|
- 107
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
@ -14,3 +16,7 @@ services:
|
|||||||
# Optional - alternative address used for autodiscovery
|
# Optional - alternative address used for autodiscovery
|
||||||
#environment:
|
#environment:
|
||||||
# - JELLYFIN_PublishedServerUrl=http://example.com
|
# - 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…
Reference in New Issue
Block a user