Skip to content

Commit

Permalink
doc(readme): emphasize updating outtmpl for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hizkifw committed Apr 20, 2022
1 parent df5dfde commit 8f25c01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ docker run --rm \
The above command runs the container in the foreground. If you want it to keep
running in the background, you can replace the `--rm` flag with `-d`.

**⚠️ IMPORTANT NOTE**: Make sure you set your `outtmpl` properly to match the
bind mounts (`-v`), and test that the files are properly saved to your computer.
**You will lose your recordings** if you don't configure this properly!

You can also use docker-compose to keep your config in a single file:

- Download the
Expand Down

0 comments on commit 8f25c01

Please sign in to comment.