Change rails server binding with ENV vars
You can change the rails server binding with an environment variable in addition to the CLI flags using the variable BINDING:
BINDING="::" rails server
You can change the rails server binding with an environment variable in addition to the CLI flags using the variable BINDING:
BINDING="::" rails server