We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4421ebb commit ec851b4Copy full SHA for ec851b4
README.md
@@ -91,12 +91,12 @@ This is one of three components required for Project Lightspeed. Project Lightsp
91
```sh
92
docker run -it --rm \
93
-p 8000:80/tcp \
94
- -e WEBSOCKET_HOST=localhost \
+ -e WEBSOCKET_HOST=lightspeed-websocket-hostname \
95
-e WEBSOCKET_PORT=8080 \
96
grvydev/lightspeed-react
97
```
98
99
-1. You can now access it at [localhost:8000](http://localhost:8000) and the websocket port is published on port `8080`.
+1. You can now access it at [localhost:8000](http://localhost:8000).
100
101
### Locally
102
0 commit comments