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
sadly its not avalible on unraid comunnity apps
so
i tried this:
services:
stremio-server:
image: stremio/server
container_name: stremio-server
environment:
ports:
volumes:
restart: unless-stopped
runtime: nvidia
deploy:
resources:
reservations:
devices:
count: all
capabilities: [gpu]
but something is not working, eg library empty
its so hard to me to make it work on unraid