Dgraph zero error

I0602 10:52:28.635050   19473 run.go:259] Setting Config to: {raft:0xc0000b4228 telemetry:0xc0000b41d0 limit:0xc0000b4230 bindall:true portOffset:0 numReplicas:1 peer: w:zw rebalanceInterval:480000000000 tlsClientConfig:<nil> audit:<nil> limiterConfig:0xc0000ca5a0}
I0602 10:52:28.635153   19473 run.go:145] Setting up grpc listener at: 0.0.0.0:5080
[Sentry] 2021/06/02 10:52:28 Sending fatal event [6940db4297fb403ebb3af5499613ef0d] to o318308.ingest.sentry.io project: 1805390
2021/06/02 10:52:28 listen tcp 0.0.0.0:5080: bind: address already in use

github.com/dgraph-io/dgraph/x.Check
	/ext-go/1/src/github.com/dgraph-io/dgraph/x/error.go:42
github.com/dgraph-io/dgraph/dgraph/cmd/zero.run
	/ext-go/1/src/github.com/dgraph-io/dgraph/dgraph/cmd/zero/run.go:309
github.com/dgraph-io/dgraph/dgraph/cmd/zero.init.0.func1
	/ext-go/1/src/github.com/dgraph-io/dgraph/dgraph/cmd/zero/run.go:84
github.com/spf13/cobra.(*Command).execute
	/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:830
github.com/spf13/cobra.(*Command).ExecuteC
	/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:914
github.com/spf13/cobra.(*Command).Execute
	/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:864
github.com/dgraph-io/dgraph/dgraph/cmd.Execute
	/ext-go/1/src/github.com/dgraph-io/dgraph/dgraph/cmd/root.go:78
main.main
	/ext-go/1/src/github.com/dgraph-io/dgraph/dgraph/main.go:99
runtime.main
	/usr/local/go/src/runtime/proc.go:225
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1371

The address is already in use on the host (and therefore cannot be opened by this process). Use whatever utilities your host OS provides for finding out what is using that port. (eg: ss, netstat, lsof). (tip: if you are attempting to run multiple zeros on one host, that would cause this)