|
I have been trying to do multiple frequency in a docker-compose.yml. Does this docker container do multiple frequency like the native Merbanan install? if so I want to hop between 2 frequencys. |
Answered by
hertzg
Sep 8, 2021
Replies: 2 comments 2 replies
|
Yes you can, the same way you would do without the docker container. All the commands that you write after This is already documented in the readme under example usages section without dockerusing docker runusing docker-compose (yaml) |
0 replies
Answer selected by
hertzg
|
Thank you. I was not separating it out, I was trying to do it in one long string. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can, the same way you would do without the docker container. All the commands that you write after
docker run hertzg/rtl_433get passed directly to the rtl_433 executable.This is already documented in the readme under example usages section
without docker
using docker run
using docker-compose (yaml)