We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I am following the guide in https://github.com/jmpsec/osctrl/tree/main/deploy/docker to get started with osctrl. However, I keep getting errors when I start the docker-compose:
❌ Failed to execute - Failed to create backend - Failed to load DB configuration - open config/db.json: no such file or directory
Could you please explain where I should attach this config file?
The text was updated successfully, but these errors were encountered:
@javuto I believe this change breaks the docker setup https://github.com/jmpsec/osctrl/pull/476/files
Sorry, something went wrong.
Fixed in #496
You can build the docker environment with make docker_dev_build and bring it up with `make docker_dev_up``
make docker_dev_build
Thank you!
javuto
No branches or pull requests
I am following the guide in https://github.com/jmpsec/osctrl/tree/main/deploy/docker to get started with osctrl. However, I keep getting errors when I start the docker-compose:
Could you please explain where I should attach this config file?
The text was updated successfully, but these errors were encountered: