pokt-network / poktroll-docker-compose-example

A docker-compose starter to run Poktroll Full Node.
4 stars 3 forks source link

feat: expose grpc port #21

Closed commoddity closed 3 months ago

commoddity commented 3 months ago

Adds a single line to poktroll-docker-compose-example/docker-compose.yml to expose port 9090 on which the gRPC endpoint is running.

Also adds a short update to the README.md to explain how to check the gRPC results.

Olshansk commented 3 months ago

Thank you!