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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of the issue:
https://github.com/DBOMproject/deployments/blob/2.0.0-alpha-1/docker-compose-example-two-nodes/README.md
In the 2 node setup, it has you run cert generation, but then the cert generation runs again when the overall docker file is run
https://github.com/DBOMproject/deployments/blob/2.0.0-alpha-1/docker-compose-example-two-nodes/docker-compose.yml
Seems to me that it should just be one or the other as you are just overwriting the certs again when you start the compose file
Submitting a pull request?
Are you willing to submit a pull request to solve this issue? (Yes/No): Yes
The text was updated successfully, but these errors were encountered:
@mathisonryan - Fixed it more details
Sorry, something went wrong.
irajeshegde
No branches or pull requests
Description of the issue:
https://github.com/DBOMproject/deployments/blob/2.0.0-alpha-1/docker-compose-example-two-nodes/README.md
In the 2 node setup, it has you run cert generation, but then the cert generation runs again when the overall docker file is run
https://github.com/DBOMproject/deployments/blob/2.0.0-alpha-1/docker-compose-example-two-nodes/docker-compose.yml
Seems to me that it should just be one or the other as you are just overwriting the certs again when you start the compose file
Submitting a pull request?
Are you willing to submit a pull request to solve this issue? (Yes/No): Yes
The text was updated successfully, but these errors were encountered: