Skip to content

installing on unraid #44

Description

@Artiom97es

sadly its not avalible on unraid comunnity apps
so
i tried this:
services:
stremio-server:
image: stremio/server
container_name: stremio-server
environment:

  • FFMPEG_BIN=/usr/local/bin/ffmpeg
  • FFPROBE_BIN=/usr/local/bin/ffprobe
  • APP_PATH=/config
    ports:
  • 8080:8080
  • 11470:11470
    volumes:
  • /mnt/user/appdata/stremio:/config
  • /mnt/user/Descargas/Peliculas:/Peliculas
  • /mnt/user/Descargas/Series:/Series
    restart: unless-stopped
    runtime: nvidia
    deploy:
    resources:
    reservations:
    devices:
  • driver: nvidia
    count: all
    capabilities: [gpu]
    but something is not working, eg library empty
    its so hard to me to make it work on unraid

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions