zewelor / bt-mqtt-gateway

A simple Python script which provides a Bluetooth to MQTT gateway, easily extensible via custom workers. See https://github.com/zewelor/bt-mqtt-gateway/wiki for more information.
MIT License
549 stars 116 forks source link

Docker configure.yaml #264

Closed schlindw closed 1 year ago

schlindw commented 1 year ago

Hello,

on hub.docker.com there is a problem with the example docker command that starts the container: docker run -d --name bt-mqtt-gateway --network=host -v $PWD/config.yaml:/config.yaml zewelor/bt-mqtt-gateway

The config file is expected under /application/config.yaml, therefore the called command should be: docker run -d --name bt-mqtt-gateway --network=host -v $PWD/config.yaml:/application/config.yaml zewelor/bt-mqtt-gateway

Best regards, Georg

zewelor commented 1 year ago

Thanks ! Looks like readme was not updated, after auto building was disabled on duckerhub.