commit 3e3719c37aa628ef091afcd272890d16be8cf3c0 Author: david Date: Mon Jan 12 12:28:43 2026 -0500 first commit diff --git a/jellyfin.container b/jellyfin.container new file mode 100644 index 0000000..c215796 --- /dev/null +++ b/jellyfin.container @@ -0,0 +1,23 @@ +[Unit] +Description=Jellyfin Server + +[Container] +ContainerName=jellyfin +Image=docker.io/jellyfin/jellyfin:latest +AutoUpdate=registry +PublishPort=8097:8096/tcp +UserNS=keep-id +AddDevice=/dev/dri/:/dev/dri/ +Volume=jellyfin-config:/config:Z +Volume=jellyfin-cache:/cache:Z +Volume=/media/EMBY:/media:Z + +[Service] +# Inform systemd of additional exit status +SuccessExitStatus=0 143 +Restart=unless-stopped + +[Install] +# Start by default on boot +WantedBy=default.target +