From 953cae2e48e5d89d550d67ab72f9453d6a80a972 Mon Sep 17 00:00:00 2001 From: Quildra Date: Tue, 31 Jan 2023 18:45:58 +0000 Subject: [PATCH] added ports and mapping for intel quick sync --- jellyfin-docker-compose.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/jellyfin-docker-compose.yml b/jellyfin-docker-compose.yml index e3831a5..9b6c21a 100644 --- a/jellyfin-docker-compose.yml +++ b/jellyfin-docker-compose.yml @@ -1,7 +1,7 @@ version: '3.5' services: jellyfin: - image: jellyfin/jellyfin + image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin volumes: - /usr/docker_binds/jellyfin/config:/config @@ -10,4 +10,11 @@ services: restart: 'unless-stopped' # Optional - alternative address used for autodiscovery environment: - - JELLYFIN_PublishedServerUrl=https://tentacool.pkmn.cloud \ No newline at end of file + - JELLYFIN_PublishedServerUrl=https://tentacool.pkmn.cloud + ports: + - 8096:8096 + - 8920:8920 #optional + - 7359:7359/udp #optional + - 1900:1900/udp #optional + devices: + - /dev/dri:/dev/dri \ No newline at end of file