Skip to content

Instantly share code, notes, and snippets.

@mortn
Last active February 7, 2025 22:43
Show Gist options
  • Save mortn/3d1c027e2180a300a02578405f7e287e to your computer and use it in GitHub Desktop.
Save mortn/3d1c027e2180a300a02578405f7e287e to your computer and use it in GitHub Desktop.
Jellyfin Quadlet
[Container]
Image=docker.io/jellyfin/jellyfin:latest
ContainerName=jellyfin
AutoUpdate=registry
PublishPort=8096:8096
Volume=%h/jellyfin/cache:/cache:Z
Volume=%h/jellyfin/config:/config
Volume=/data/video:/media/video
#Mount=type=bind,source=/data/audio,destination=/media/audio,ro=true
[Service]
Restart=always
[Install]
WantedBy=default.target
@mortn
Copy link
Author

mortn commented Feb 7, 2025

Don't forget to enable user linger loginctl enable-linger $USER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment