Open JRDevo opened 2 months ago
On the main page: https://github.com/akarazniewicz/stremio-jellyfin
The docker run command has a " at the end causing it to not run.
docker run -p 60421:60421 -e JELLYFIN_USER="" -e JELLYFIN_PASSWORD="" -e JELLYFIN_SERVER="" ghcr.io/akarazniewicz/stremio-jellyfin"
Should be
docker run -p 60421:60421 -e JELLYFIN_USER="" -e JELLYFIN_PASSWORD="" -e JELLYFIN_SERVER="" ghcr.io/akarazniewicz/stremio-jellyfin
On the main page: https://github.com/akarazniewicz/stremio-jellyfin
The docker run command has a " at the end causing it to not run.
docker run -p 60421:60421 -e JELLYFIN_USER="" -e JELLYFIN_PASSWORD="" -e JELLYFIN_SERVER="" ghcr.io/akarazniewicz/stremio-jellyfin"
Should be
docker run -p 60421:60421 -e JELLYFIN_USER="" -e JELLYFIN_PASSWORD="" -e JELLYFIN_SERVER="" ghcr.io/akarazniewicz/stremio-jellyfin