From 8ea3fe5fc474a7e462e98173e641a03ae7fc9d4e Mon Sep 17 00:00:00 2001 From: ducoterra Date: Fri, 6 Feb 2026 20:18:31 -0500 Subject: [PATCH] add docker jellyfin --- active/podman_jellyfin/jellyfin-compose.yaml | 17 +++++++++++++++++ active/podman_jellyfin/jellyfin.md | 9 +++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 active/podman_jellyfin/jellyfin-compose.yaml diff --git a/active/podman_jellyfin/jellyfin-compose.yaml b/active/podman_jellyfin/jellyfin-compose.yaml new file mode 100644 index 0000000..ebd037c --- /dev/null +++ b/active/podman_jellyfin/jellyfin-compose.yaml @@ -0,0 +1,17 @@ +services: + jellyfin: + image: jellyfin/jellyfin + container_name: jellyfin + ports: + - 8096:8096/tcp + - 7359:7359/udp + volumes: + - /srv/jellyfin/config:/config + - /srv/jellyfin/cache:/cache + - type: bind + source: /mnt/media + target: /media + read_only: true + restart: 'always' + environment: + - JELLYFIN_PublishedServerUrl=https://jellyfin.reeseapps.com diff --git a/active/podman_jellyfin/jellyfin.md b/active/podman_jellyfin/jellyfin.md index 0d2e3c5..a216044 100644 --- a/active/podman_jellyfin/jellyfin.md +++ b/active/podman_jellyfin/jellyfin.md @@ -1,7 +1,8 @@ # Jellyfin - [Jellyfin](#jellyfin) - - [Install](#install) + - [Docker Install](#docker-install) + - [Rootless Podman Install](#rootless-podman-install) - [Upgrade](#upgrade) - [Mounting Media Directory](#mounting-media-directory) @@ -9,7 +10,11 @@ They have podman rootless instructions! -## Install +## Docker Install + + + +## Rootless Podman Install 1. Create the jellyfin user