-
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. |
Beta Was this translation helpful? Give feedback.
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 docker
using docker run
using docker-compose (yaml)
|
Beta Was this translation helpful? Give feedback.
-
Thank you. I was not separating it out, I was trying to do it in one long string. |
Beta Was this translation helpful? Give feedback.
Yes you can, the same way you would do without the docker container. All the commands that you write after
docker run hertzg/rtl_433
get 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)