docs: default self hosting docs to official Docker image

This commit is contained in:
WebStreamr 2025-10-17 14:40:20 +00:00
parent c7b507ca6b
commit 14da572830
No known key found for this signature in database

View file

@ -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