Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

need to listen on 0.0.0.0 #306

Open
brw31415 opened this issue Mar 14, 2017 · 1 comment
Open

need to listen on 0.0.0.0 #306

brw31415 opened this issue Mar 14, 2017 · 1 comment

Comments

@brw31415
Copy link

hi, i am running this on cloud9 environment. i need it to listen on 0.0.0.0 . it seems to want localhost. how do i change this?

@ruelasb
Copy link

ruelasb commented Mar 28, 2017

I don't know if this would help but if you can specify the host and port you want to listen on directly in your package.json

"scripts": {
    "start": "webpack-dev-server --host 0.0.0.0 --port 8081"
  }

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

No branches or pull requests

2 participants