Files
jellyfin-quadlet/jellyfin.container

24 lines
469 B
Plaintext
Raw Normal View History

2026-01-12 12:28:43 -05:00
[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
2026-01-13 14:12:17 -05:00
Volume=/media/CONTAINER/Videos:/media
2026-01-12 12:28:43 -05:00
[Service]
# Inform systemd of additional exit status
SuccessExitStatus=0 143
Restart=unless-stopped
[Install]
# Start by default on boot
WantedBy=default.target