Replies: 2 comments
-
If using docker-compose, you'll need to volume mount the tokens directory to persist your session with something like this: ...
environment:
- WYZE_EMAIL=...
- WYZE_PASSWORD=...
volumes:
- /path/to/store/local/token_dir/:/tokens/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
How do I use docker compose ?
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: mrlt8 ***@***.***>
Sent: Tuesday, July 4, 2023 11:00:48 AM
To: mrlt8/docker-wyze-bridge ***@***.***>
Cc: Sam Ceccola ***@***.***>; Author ***@***.***>
Subject: Re: [mrlt8/docker-wyze-bridge] It will not save my credentials in the config page (Discussion #897)
If using docker-compose, you'll need to volume mount the tokens directory to persist your session with something like this:
...
environment:
- WYZE_EMAIL=...
- WYZE_PASSWORD=...
volumes:
- /path/to/store/local/token_dir/:/tokens/
—
Reply to this email directly, view it on GitHub<#897 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHRPTWQGI55N6N3N5RH5LDXOQV2BANCNFSM6AAAAAAZ5SC2FM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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 suspect I missed a pre-req , but not sure - please help
Beta Was this translation helpful? Give feedback.
All reactions