From 94036d3e071e31c3800495f5beccc1105bd8c2a3 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 26 Feb 2026 16:32:31 -0600 Subject: [PATCH] Add ports to jellyfin --- starr/compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/starr/compose.yaml b/starr/compose.yaml index 7f4fa4f..2a31bb6 100644 --- a/starr/compose.yaml +++ b/starr/compose.yaml @@ -12,6 +12,9 @@ services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin + ports: + - "8096:8096" + - "7359:7359" environment: - PUID=1000 - PGID=1000