Replies: 1 comment
-
basically, you just need to add version: '2.4'
services:
wyze-bridge:
container_name: wyze-bridge
restart: unless-stopped
image: mrlt8/wyze-bridge:latest
ports:
...
environment:
- WYZE_EMAIL=
- WYZE_PASSWORD=
- RECORD_ALL=True # Added for recording
volumes:
- /local/path/:/record/ # Added for recording The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have seen the available guidance within the advanced section of the wiki, but I am having trouble understanding the process to enable recording. While I understand it is labeled as advanced, I'm trying to learn some new things and this is one of them.
I have been able to map the docker volume for recording storage(I believe), but that is where I got stuck
Does anyone have any steps, guide, or documentation that they could share to help my enable the recording?
Beta Was this translation helpful? Give feedback.
All reactions