Loki - grpc port 9095 or 9096

HI,
I’m trying to get a Loki microservice deployment setup.
I’m getting grpc errors, in docker I’ve got port 9095 configured.
But in examples i also see 9096 being used for grpc. What should it be please?
From there can anyone tell me which services need this port open? Is it all of them?
And where does this get called out (I can’t see the config) but if i need to nat the port to something else on a particular device to stop port clashes, is this possible?

Thanks again all!

Pete

I’d use 9095.

All.

It is expected for all components to be on the same network and be able to communicate to each other directly. You should not have any NAT between Loki components.