I noticed that the port for command dgraph alpha --my
(which is 7080) is different from the exposed ports for alpha (8080, 9080) in official docker-compose.yaml
source
from dgraph alpha --help
--my string IP_ADDRESS:PORT of this Dgraph Alpha, so other Dgraph Alphas can talk to this.
Is that docker-compose.yaml totally fine because Dgraph Alpha’s gRPC-internal port is 7080? ref
Thanks in advance.