18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
[Container]
|
|
Image=docker.io/jellyfin/jellyfin:10.11.3
|
|
AutoUpdate=registry
|
|
PublishPort=8096:8096/tcp
|
|
UserNS=keep-id
|
|
SecurityLabelDisable=true
|
|
Volume=/home/jellyfin/jellyfin-config:/config:Z
|
|
Volume=/home/jellyfin/jellyfin-cache:/cache:Z
|
|
Volume=/var/media:/media:Z
|
|
Network=jellyfin.network
|
|
|
|
[Service]
|
|
# Inform systemd of additional exit status
|
|
SuccessExitStatus=0 143
|
|
|
|
[Install]
|
|
# Start by default on boot
|
|
WantedBy=default.target |