Replies: 1 comment 6 replies
-
The container is meant to be run as a service, so you'll need to add the code using another ssh session. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very Noob Question.
qnap NAS has a container station that can run docker. I saw that this was posted on the docker store... I installed it but I have NO idea how to edit the config file with the password and username.
I've tried sending docker run -p 1935:1935 -p 8554:8554 -p 8888:8888 -e WYZE_EMAIL='email@email.com' -e WYZE_PASSWORD='pass' mrlt8/wyze-bridge which sends me a authentication text so it feels like its working... BUT on that same ssh session if i echo the sms auth code nothing happens.
docker exec -it wyze-bridge sh -c 'echo "SMSauthcode" > /tokens/mfa_token'
Beta Was this translation helpful? Give feedback.
All reactions