Burrow
Burrow copied to clipboard
Missing config file "burrow" when calling docker-compose up
I'm experiencing issues with Burrow on windows 10.
I cloned a repository and run commands
docker-compose build
docker-compose up
In the console I see
borrow-kafka-ui_burrow_1 exited with code 1
Burrow dashboard failed to start, I checked logs and see
Reading configuration from /etc/burrow Failed reading configuration: Config File "burrow" Not Found in "[/etc/burrow]"
I assume that the configuration file does not copy into container volume,
but it should be copied by default from docker-config
folder
Any suggestions on what should I do?
@EvgeniyZ
Hi.
I also encountered the same problem.
You rewrite docker-compose.yml
; ${PWD}
to .
.
# - ${PWD}/docker-config:/etc/burrow/
- ./docker-config:/etc/burrow/
but, my environment is linus, so may not be resolved.