linuxserver / docker-jellyfin

GNU General Public License v3.0
642 stars 97 forks source link

Instructions for volumes/ports appear out of date #168

Closed bucky2076 closed 2 years ago

bucky2076 commented 2 years ago

Expected Behavior

according to the jellyfin docs the volumes should be something like this:

volumes:

  • /path/to/config:/config
  • /path/to/cache:/cache
  • /path/to/media:/media
  • /path/to/media2:/media2:ro

Current Behavior

The current docs ask for a very different volume setup.

Steps to Reproduce

check the jelllyfin official doco https://jellyfin.org/docs/general/administration/installing.html#docker

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 2 years ago

The linked documentation is not for this image. We configure our image to have all those folders in the /config folder.