docs: add tmp mount for persistent cache to Docker run example
This commit is contained in:
parent
e54b54bfb3
commit
231a12f685
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue