This commit is contained in:
Andy Bunce 2022-04-12 22:34:15 +01:00
commit 251151dc58

View File

@ -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