Skip to content

Instantly share code, notes, and snippets.

@gokart23
Last active April 2, 2020 08:41
Show Gist options
  • Save gokart23/57e319fc3350fdf9b70c49ef471a8f20 to your computer and use it in GitHub Desktop.
Save gokart23/57e319fc3350fdf9b70c49ef471a8f20 to your computer and use it in GitHub Desktop.
  1. Setting up docker to use a different image directory: https://stackoverflow.com/a/34731550
  2. Jellyfin docker image: docker run --name "jellyfin-server" --restart=unless-stopped -d -v $(pwd)/config/:/config -v $(pwd)/cache/:/cache -v /home/nemty/media:/media --net=host jellyfin/jellyfin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment