valeriansaliou / vigil

🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).
https://crates.io/crates/vigil-server
Mozilla Public License 2.0
1.7k stars 125 forks source link

Unable to run container #111

Closed ZAM- closed 2 years ago

ZAM- commented 2 years ago

I'm getting the following error. Is the recent docker build working for anyone else?

thread 'main' panicked at 'cannot find config file: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', src/config/reader.rs:22:53
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
cbrandlehner commented 2 years ago

@ZAM- the error indicates that the code can not access the config file. Make sure that

ZAM- commented 2 years ago

Thank you!