Skip to content
New issue

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

Add a flag to specify binding address #54

Closed
jaysonsantos opened this issue May 12, 2015 · 4 comments
Closed

Add a flag to specify binding address #54

jaysonsantos opened this issue May 12, 2015 · 4 comments
Labels
Milestone

Comments

@jaysonsantos
Copy link

Somewhere between version 0.1.3 and 0.1.5 drakov stopped listening on 0.0.0.0, which is useful in docker for example, if the default behaviour now is 127.0.0.1 it think that is good to have a flag to specify the listening address as it is impossible to run drakov on docker now.

@yakovkhalinsky
Copy link
Contributor

Hi @jaysonsantos right you are.

I will look at this now, patch and publish ASAP to npm to address this.

On a side note, I'd be interested to hear about your usage of drakov via docker.

@yakovkhalinsky
Copy link
Contributor

PR #55 should address this.

Will do a little bit of testing and then send this up to NPM 👍

Sorry for the breakage.

@yakovkhalinsky
Copy link
Contributor

OK I have tested the code with the PR and done some housekeeping.

Will be releasing 0.1.6 which will include a fix for using drakov on a public IP interface 👍

@jaysonsantos
Copy link
Author

Hi @yakovkhalinsky thank you :)
About the docker part, we are using it there because we run a container with drakov and aglio so mobile/frontend developers don't have to install the whole stack in their machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants