You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/microservices/grpc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The <strong>gRPC</strong> transporter options object exposes the properties desc
68
68
</tr>
69
69
<tr>
70
70
<td><code>url</code></td>
71
-
<td>Connection url. String in the format <code>ip address/dns name:port</code> (for example, <code>'localhost:50051'</code>) defining the address/port on which the transporter establishes a connection. Optional. Defaults to <code>'localhost:5000'</code></td>
71
+
<td>Connection url. String in the format <code>ip address/dns name:port</code> (for example, <code>'0.0.0.0:50051'</code> for a Docker server) defining the address/port on which the transporter establishes a connection. Optional. Defaults to <code>'localhost:5000'</code></td>
0 commit comments