24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
[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/CONTAINER/Videos:/media
|
|
|
|
[Service]
|
|
# Inform systemd of additional exit status
|
|
SuccessExitStatus=0 143
|
|
Restart=unless-stopped
|
|
|
|
[Install]
|
|
# Start by default on boot
|
|
WantedBy=default.target
|
|
|