Skip to content

Commit

Permalink
Change websocket host to localhost in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 31, 2021
1 parent ec851b4 commit e19c7fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ This is one of three components required for Project Lightspeed. Project Lightsp
```sh
docker run -it --rm \
-p 8000:80/tcp \
-e WEBSOCKET_HOST=lightspeed-websocket-hostname \
-e WEBSOCKET_HOST=localhost \
-e WEBSOCKET_PORT=8080 \
grvydev/lightspeed-react
```

Where your websocket host from the browser/client perspective is accessible on `localhost:8080`.

1. You can now access it at [localhost:8000](http://localhost:8000).

### Locally
Expand Down

0 comments on commit e19c7fd

Please sign in to comment.