Docker Jellyfin - TristanSuper/geek GitHub Wiki

🐳 Image

  • jellyfin/jellyfin:latest

🐳 Ports

  • 8096:8096

🐳 Volumes

  • video/FILMS :ro
  • docker/media/cache
  • docker/media/config

Bien mettre les volumes des médias en read-only.

🐳 .env

  • JELLYFIN_DATA_DIR=/config
  • JELLYFIN_CACHE_DIR=/cache
  • JELLYFIN_CONFIG_DIR=/config/config
  • JELLYFIN_LOG_DIR=/config/log
  • JELLYFIN_WEB_DIR=/jellyfin/jellyfin-web
  • JELLYFIN_FFMPEG=/usr/lib/jellyfin-ffmpeg/ffmpeg
  • NVIDIA_VISIBLE_DEVICES=all
  • NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
  • TZ=Europe/Paris