Skip to content

It just doesn't work #663

Answered by shizenyasuya
shizenyasuya asked this question in Q&A
Jan 10, 2023 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

Thank you everybody who responded. I appreciate all your efforts and thoughts. I did eventually find, at least wtih docker desktop for windows. In the docker-compose.yml file, you have to format the environment variables slightly differently, no curly brackets, or dollar sign, just the string of your email and password.

Original docker-compose.yml contents:
version: '2.4'
services:
wyze-bridge:
container_name: wyze-bridge
restart: unless-stopped
image: mrlt8/wyze-bridge:latest
ports:
- 1935:1935 # RTMP
- 8554:8554 # RTSP
- 8888:8888 # HLS
- 5000:5000 # WEB-UI
environment:
- WYZE_EMAIL=${WYZE_EMAIL} # Replace with wyze email
- WYZE_PASSWORD=${WYZE_PASSWORD} # Replace with wyze password

Wha…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@shizenyasuya
Comment options

Comment options

You must be logged in to vote
1 reply
@shizenyasuya
Comment options

Comment options

You must be logged in to vote
1 reply
@shizenyasuya
Comment options

Comment options

You must be logged in to vote
1 reply
@vincom
Comment options

Answer selected by shizenyasuya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants