0

New project made with volt new with volt from master:

can't connect to the server from the host os (running volt in a VM) it says:

Listening on localhost:3000,

but a new project in 0.9.6 says:

Listening on 0.0.0.0:3000,

I think it's related to thin server, I didn't look through latest commits though

1 Answers1

0

I think that at some point thin changed its default options. Try running with -b 0.0.0.0

Ryan
  • 956
  • 7
  • 8