Skip to content

Commit ec851b4

Browse files
committed
Clear up readme
1 parent 4421ebb commit ec851b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ 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=localhost \
94+
-e WEBSOCKET_HOST=lightspeed-websocket-hostname \
9595
-e WEBSOCKET_PORT=8080 \
9696
grvydev/lightspeed-react
9797
```
9898

99-
1. You can now access it at [localhost:8000](http://localhost:8000) and the websocket port is published on port `8080`.
99+
1. You can now access it at [localhost:8000](http://localhost:8000).
100100

101101
### Locally
102102

0 commit comments

Comments
 (0)