-
im a noob to docker. currently running docker-desktop on win11, got it running and working for wyze bridge and even configured to get the streams into blue iris as my nvr. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
figured it out. solution: i downloaded the wyze-bridge files from mrlt8 git library, unzipped it to its own directory, there is a docker-compose.yml file to edit, its located in the root of the wyze-bridge folder. ran "docker-compose up" in command prompt from within that directory . |
Beta Was this translation helpful? Give feedback.
-
I'm here as well, and very lost. I'm not new to linux or shells. I am however new to WSL and docker. I have my wyzecam running fine but i want to add/change some settings to the docker-compose.yml, I cant find it anywhere. I've read multiple discussion about people not knowing where it is, and they seem to be solved but no one says where the damn yml file is. I see you ran docker-compose up from a directory that you had the new downloaded yml file in, but does that mean you have to keep that file there or does docker pull it into its own area and save it? I don't think I have been this lost using any software ever. C:\Users\user\AppData\Local\Docker There are some docker directories i found, no where is there any docker-compose.yml |
Beta Was this translation helpful? Give feedback.
-
from what ive learned. |
Beta Was this translation helpful? Give feedback.
-
Yes this helps, thank you. What I didn't realize is docker-compose uses the yml file to make a container out of an image. (I think) You can also use this method to change the settings of the container by running it again with an updated yml. (I think) Then after satisfied like you said use the -d to run in detached mode. |
Beta Was this translation helpful? Give feedback.
-
q. What I didn't realize is docker-compose uses the yml file to make a container out of an image. (I think)? You can also use this method to change the settings of the container by running it again with an updated yml. (I think)? Then after satisfied like you said use the -d to run in detached mode. |
Beta Was this translation helpful? Give feedback.
figured it out.
noob to github and docker but pc literate.
running docker desktop on win 11, got everything working as per instructions, but just wanted ability to auto restart wyze-bridge container if the win11 pc did a reboot, docker desktop was configured to start on windows boot. but could not find docker-compose.yml to edit the file for the container to auto restart.
solution: i downloaded the wyze-bridge files from mrlt8 git library, unzipped it to its own directory, there is a docker-compose.yml file to edit, its located in the root of the wyze-bridge folder. ran "docker-compose up" in command prompt from within that directory .
everything working and wyze bridge can now restart on…