From 231a12f685e56aeaab7fd377c4b953e992bcce7e Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:45:39 +0000 Subject: [PATCH] docs: add tmp mount for persistent cache to Docker run example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9d355d..7320d35 100644 --- a/README.md +++ b/README.md @@ -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 ```