From 14da572830384d71e38603a4c4f566a55fa61c52 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:40:20 +0000 Subject: [PATCH] docs: default self hosting docs to official Docker image --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb418fe..2a3748b 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,17 @@ Self-hosting to stressful? ElfHosted offer [ready-to-go, turn-key WebStreamr ins ### Self-Hosting -You can build an image using the [Dockerfile](./Dockerfile) and run it. - -Alternatively, you can also start WebStreamr directly via +You can run the latest WebStreamr via Docker. E.g. ```shell -npm install -npm run build -npm start + docker run \ + --detach=true \ + --name webstreamr \ + --rm \ + --pull always \ + --publish 51546:51546 \ + --env TMDB_ACCESS_TOKEN="YOUR_TOKEN" \ + webstreamr/webstreamr ``` ### Environment variables