Hey all,
Up until today, "foreman start" command bind both rails and webpack to 
0.0.0.0. This has changed since [1] which was merged this morning.
Currently "foreman start" will bind to localhost by default. Should you 
want to change that you can either:
1. Run "BIND=0.0.0.0 foreman start"
or
2. Create a ".env" file which is read by foreman (the other foreman ;) ) 
and add to it "BIND=0.0.0.0".
By the way you can add other environment variables to .env


[1] https://github.com/theforeman/foreman/pull/3830

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to