docs icon indicating copy to clipboard operation
docs copied to clipboard

Document how to run gRPC services

Open jsierles opened this issue 2 years ago • 1 comments

Here's an example: https://github.com/fly-apps/grpc-service/

The key line in fly.toml is:

  [services.ports.tls_options]
    alpn = ["h2"]

jsierles avatar Feb 11 '22 15:02 jsierles