Skip to content

Commit 4575b98

Browse files
filiptronicekjeanp413
authored andcommitted
Add security token note to the README
1 parent 8917aab commit 4575b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ At Gitpod, we've been asked a lot about how we do it. So we thought we might as
2626
```bash
2727
docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/openvscode-server
2828
```
29-
- Visit [localhost:3000](http://localhost:3000).
29+
- Visit the URL printed in your terminal. Just going to port 3000 won't work, because VS Code requires that you provide a uniquely generated security token to prevent unauthorized access.
3030

3131
_Note_: Feel free to use the `nightly` tag to test the latest version, i.e. `gitpod/openvscode-server:nightly`.
3232

@@ -52,7 +52,7 @@ tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION}.tar.gz
5252
cd openvscode-server-v${OPENVSCODE_SERVER_VERSION}
5353
./server.sh
5454
```
55-
- Visit [localhost:3000](http://localhost:3000).
55+
- Visit the URL printed in your terminal. Just going to port 3000 won't work, because VS Code requires that you provide a uniquely generated security token to prevent unauthorized access.
5656

5757
_Note_: You can use [pre-releases](https://github.com/gitpod-io/openvscode-server/releases) to test nightly changes.
5858

0 commit comments

Comments
 (0)