Skip to content

Error while dialing dial tcp 0.0.0.0:50051: connect: connection refused #147

Answered by Envek
bcowell asked this question in Q&A
Discussion options

You must be logged in to vote

You should specify ANYCABLE_RPC_HOST to point to docker hostname of AnyCable RPC container (rpc in your case). Then it should work:

  anycable:
    image: anycable/anycable-go:latest
    environment:
      - ANYCABLE_RPC_HOST=rpc:50051

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bcowell
Comment options

Answer selected by palkan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants