Binding Apollo Router address

How can I bind apollo router address from 127.0.0.1:4000 to 0.0.0.0:4000?
I can’t reach api from my localhost.

You’ll need to pass a configuration file with --config to the Router that specifies a listen address. You can find information on this in the Router’s documentation.