Skip to content

Commit e19c7fd

Browse files
committed
Change websocket host to localhost in readme
1 parent ec851b4 commit e19c7fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,13 @@ This is one of three components required for Project Lightspeed. Project Lightsp
9191
```sh
9292
docker run -it --rm \
9393
-p 8000:80/tcp \
94-
-e WEBSOCKET_HOST=lightspeed-websocket-hostname \
94+
-e WEBSOCKET_HOST=localhost \
9595
-e WEBSOCKET_PORT=8080 \
9696
grvydev/lightspeed-react
9797
```
9898

99+
Where your websocket host from the browser/client perspective is accessible on `localhost:8080`.
100+
99101
1. You can now access it at [localhost:8000](http://localhost:8000).
100102

101103
### Locally

0 commit comments

Comments
 (0)