From 556f079cf8d9fab237486b615b6f404f3b07db86 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Wed, 28 Jun 2023 14:15:19 +0300 Subject: [PATCH] fix: README Signed-off-by: Lachezar Lechev --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c82b6ec..afd21c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # The Stremio streaming Server Docker image +[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/stremio/server?label=stremio%2Fserver%3Alatest)](https://hub.docker.com/r/stremio/server) ## Run the image @@ -6,7 +7,7 @@ If you're running `stremio-web` locally then you should disable CORS on the server by passing `NO_CORS=1` to the env. variables: -`docker run --rm -d -p 11470:11470 -p 12470:12470 stremio/server:latest` +`docker run --rm -d -p 11470:11470 -p 12470:12470 -e NO_CORS=1 stremio/server:latest` Available ports: - 11470 - http @@ -22,8 +23,6 @@ Env. variables: `NO_CORS` - if set to any value it will disable the CORS checks on the server. -[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/stremio/server?label=stremio%2Fserver%3Alatest)](https://hub.docker.com/r/stremio/server) - ## Build image Docker image can be easily built using the included [`Dockerfile`](./Dockerfile).