n0bodysec/docker-images

Stremio stremio-web update to the latest version

Closed this issue · 8 comments

Just a simple question, how often do you update stremio-web in your image? I can see you are two releases behind, latest version is 5.0.0-beta.2 and in your image it is 5.0.0-beta.0.

Hello! I usually do not update the image published to the docker hub. I'll setup a GH Action to update it automatically!

Hello! I usually do not update the image published to the docker hub. I'll setup a GH Action to update it automatically!

Can you give me instructions please how to do it?
I mean, how to update it, once you add the action.

The GH action will automatically update the docker hub image. In the meantime, if you want an updated version, you can build the image locally yourself.

You can comment the image key on the docker-compose.yml and the simply uncomment the build key. Next time you start the container using docker compose, it will build a local copy of the image.

Just uncommented build and after rebuild was done. Stremio server stopped working.

Cannot GET /network-info

Any idea?

I've pushed a fix. I haven't tested it because I can't do it now, but it should work!

I've pushed a fix. I haven't tested it because I can't do it now, but it should work!

Still it doesn't work.

Btw, I am using build to trigger rebuilding of the image.

Sorry, it is working now. I forgot to comment image in compose file. Thank you!

You are welcome!