Skip to content

Instantly share code, notes, and snippets.

@Steellow
Last active May 8, 2020 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Steellow/35d846f52c78269974ce71d35601d4a4 to your computer and use it in GitHub Desktop.
Save Steellow/35d846f52c78269974ce71d35601d4a4 to your computer and use it in GitHub Desktop.
My Jellyfin Docker create
docker create \
--name=jellyfin \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Helsinki \
-p 8096:8096 \
-v /mnt/virtual/storage/Entertainment/jellyfin_stuff:/config \
-v /mnt/virtual/storage/Entertainment/Series:/data/tvshows \
-v /mnt/virtual/storage/Entertainment/Movies:/data/movies \
--restart unless-stopped \
linuxserver/jellyfin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment