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