akarazniewicz / stremio-jellyfin

Stremio Jellyfin Addon
Apache License 2.0
39 stars 3 forks source link

Docker script has a " at the end #8

Open JRDevo opened 2 months ago

JRDevo commented 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