How can I expose GRPC external port 9080 for Dgraph alpha

Hey @shufilk,

This is network access issue. What happens when you

curl http://192.168.1.180:9080

If it times out and does not return something like this: curl: (1) Received HTTP/0.9 when not allowed, then there is a network configuration issue that you need to sort out.

How are you starting Dgraph (command-line, Docker, etc)?