mirror of https://github.com/grpc/grpc-web.git
Update README for Windows / MacOS users
This commit is contained in:
parent
eeb65e66f9
commit
aca18bc2bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue