diff --git a/ct/jellyfin_container.sh b/ct/jellyfin_container.sh index 0bdcacb6..a76f4a88 100644 --- a/ct/jellyfin_container.sh +++ b/ct/jellyfin_container.sh @@ -148,8 +148,8 @@ LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm -lxc.cgroup2.devices.allow: c 29:0 rwm lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir +lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,optional,create=file lxc.mount.entry: /dev/dri/renderD128 dev/renderD128 none bind,optional,create=file EOF @@ -163,4 +163,4 @@ pct push $CTID jellyfin_setup.sh /jellyfin_setup.sh -perms 755 pct exec $CTID /jellyfin_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a Jellyfin Server LXC Container to $CTID at IP Address ${IP}:8096" \ No newline at end of file +info "Successfully created a Jellyfin Server LXC Container to $CTID at IP Address ${IP}:8096"