Skip to content

Commit 86f5c20

Browse files
Merge pull request #2987 from youngkiu/docs/update-example-ip-address
docs(microservices): Update ip address:port for a gRPC Docker server
2 parents 21f33ab + 88f6406 commit 86f5c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/grpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The <strong>gRPC</strong> transporter options object exposes the properties desc
6868
</tr>
6969
<tr>
7070
<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>
7272
</tr>
7373
<tr>
7474
<td><code>protoLoader</code></td>

0 commit comments

Comments
 (0)