docs: add tmp mount for persistent cache to Docker run example

This commit is contained in:
WebStreamr 2026-01-16 09:45:39 +00:00
parent e54b54bfb3
commit 231a12f685
No known key found for this signature in database

View file

@ -51,6 +51,7 @@ You can run the latest WebStreamr via Docker. E.g.
--pull always \
--publish 51546:51546 \
--env TMDB_ACCESS_TOKEN="YOUR_TOKEN" \
--volume /tmp:/tmp \
webstreamr/webstreamr
```