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 ec851b4 commit e19c7fdCopy full SHA for e19c7fd
README.md
@@ -91,11 +91,13 @@ 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=lightspeed-websocket-hostname \
+ -e WEBSOCKET_HOST=localhost \
95
-e WEBSOCKET_PORT=8080 \
96
grvydev/lightspeed-react
97
```
98
99
+ Where your websocket host from the browser/client perspective is accessible on `localhost:8080`.
100
+
101
1. You can now access it at [localhost:8000](http://localhost:8000).
102
103
### Locally
0 commit comments