mailgun / kafka-pixy

gRPC/REST proxy for Kafka
Apache License 2.0
774 stars 118 forks source link

Passing config #189

Closed ruslanruslanruslan closed 3 years ago

ruslanruslanruslan commented 4 years ago

Hi! I've tried to use --config /etc/kafka-pixy.yaml and million of other ways but get "Failed to load config: err=(open /etc/kafka-pixy.yaml: no such file or directory)" anyway. What folder I have to mount to compose to pass config file? Also I'm changing /etc/default.yaml and /etc/kafka-pixy.yaml in the docker but nothing happen

horkhe commented 3 years ago

You can mount it anywhere you want, the important thing is to have --config <filename> point to the location of the file inside the container.