From aca18bc2bb1955ca78e20efe6be007d0619e0759 Mon Sep 17 00:00:00 2001 From: Carlo Nomes Date: Wed, 1 Apr 2020 10:39:53 +0200 Subject: [PATCH] Update README for Windows / MacOS users --- net/grpc/gateway/examples/helloworld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/grpc/gateway/examples/helloworld/README.md b/net/grpc/gateway/examples/helloworld/README.md index e46b512..5467e1b 100644 --- a/net/grpc/gateway/examples/helloworld/README.md +++ b/net/grpc/gateway/examples/helloworld/README.md @@ -308,7 +308,7 @@ if you are running Docker on Mac/Windows, remove the `--network=host` option: ```sh ... - $ docker run -d -p 8080:8080 helloworld/envoy + $ docker run -d -p 8080:8080 -p 9901:9901 helloworld/envoy ``` 3. Run the simple Web Server. This hosts the static file `index.html` and