Last active
February 7, 2025 22:43
-
-
Save mortn/3d1c027e2180a300a02578405f7e287e to your computer and use it in GitHub Desktop.
Jellyfin Quadlet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't forget to enable user linger
loginctl enable-linger $USER