From 1c398739b6167fe62275f37477c092ae0bec302a Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Thu, 5 Mar 2026 19:53:14 +0100 Subject: [PATCH] Update Jellyfin image to latest version --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index c8a76a8..b4f78a7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ --- services: jellyfin: - image: jellyfin/jellyfin:unstable + image: jellyfin/jellyfin:latest container_name: jellyfin environment: - PUID=1000 @@ -27,4 +27,4 @@ volumes: driver_opts: device: :/volume1/nas o: addr=192.168.5.100,nolock,soft,rw - type: nfs \ No newline at end of file + type: nfs