# to run in a standard webhook forwarding way (will forward any webhooks that hit 'rpi' bucket)
docker run --name whr-relayd --net host --restart always -d webhookrelay/webhookrelayd-arm:latest --bucket rpi -k your-key -s your-secret
# to start a bidirectional tunnel
docker run --name whr-relayd --net host --restart always -d webhookrelay/webhookrelayd-arm:latest --mode tunnel -t rpi -k your-key -s your-secret