Skip to content

Instantly share code, notes, and snippets.

@sicay1
Created May 18, 2025 10:49
Show Gist options
  • Select an option

  • Save sicay1/187aa8716fcdc2992ab228f6da25ffa9 to your computer and use it in GitHub Desktop.

Select an option

Save sicay1/187aa8716fcdc2992ab228f6da25ffa9 to your computer and use it in GitHub Desktop.
home jellyfin container
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