chirpstack / chirpstack-gateway-bridge

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
MIT License
422 stars 270 forks source link

[Docker image] Configuration file not recognised on expected location #132

Closed ghost closed 4 years ago

ghost commented 4 years ago

Potentially this is a bug Hi there,

According to the Lora-Gateway-Bridge documentation, the configuration file (inside the docker container) will be placed in one of this paths:

When you run the lora-gateway-bridge container, mounting as bind volume the configuration file you want to use from your docker host, the configuration file gets loaded inside the docker container (this works) but the program doesn't realise of it and run with default parameters.

The docker tag for lora-gateway-bridge container image tested is 3.3

In order to reproduce the issue:

Thank you!

ghost commented 4 years ago

Sorry, but, due to an erroneous deployment on my side latest version were deployed instead of version 3.3 where the problem above was corrected. Thank you.