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
PS C:> docker run kuali/nats-streaming-console { options: { server: 'nats://localhost:4222', monitor: 'http://localhost:8222', cluster: 'test-cluster', appName: 'nats-streaming-console' } } Example app listening at http://:::8282
How do I change the cluster name etc.? (I am sure this is something I should know from a docker perspective.)
The text was updated successfully, but these errors were encountered:
The container pushed to docker hub as kuali/nats-streaming-console is not the same as master branch of this repo.
The committed code be possible to configure with env vars like https://github.com/KualiCo/nats-streaming-console/blob/master/server/nats-ss.js#L4 here, but it is hardcoded in the pushed image
Sorry, something went wrong.
@synchrone Thanks for the heads up. Maintainers any chance of a fix for this?
No branches or pull requests
PS C:> docker run kuali/nats-streaming-console
{ options:
{ server: 'nats://localhost:4222',
monitor: 'http://localhost:8222',
cluster: 'test-cluster',
appName: 'nats-streaming-console' } }
Example app listening at http://:::8282
How do I change the cluster name etc.? (I am sure this is something I should know from a docker perspective.)
The text was updated successfully, but these errors were encountered: