Burrow icon indicating copy to clipboard operation
Burrow copied to clipboard

Missing config file "burrow" when calling docker-compose up

Open EvgeniyZ opened this issue 4 years ago • 1 comments

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 avatar Apr 20 '20 16:04 EvgeniyZ

@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.

a-skua avatar Aug 21 '20 17:08 a-skua