Created
May 18, 2025 10:49
-
-
Save sicay1/187aa8716fcdc2992ab228f6da25ffa9 to your computer and use it in GitHub Desktop.
home jellyfin container
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
| docker run -d --name jellyfin --user uid:gid --net=host --volume jellyfin-config:/config --volume jellyfin-cache:/cache --mount type=bind,source=D:\Jellyfin\media,target=/media --restart=unless-stopped jellyfin/jellyfin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment