Skip to content

Commit de3b9c2

Browse files
authored
Merge pull request #3674 from SimonTheLeg/quickstart-documentation
add bind address to quickstart guide
2 parents 082970b + fcbdb41 commit de3b9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/setup/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Extract `kcp` and `kubectl-kcp-plugin` and place all the files in the `bin` dire
2727
You can start kcp using this command:
2828

2929
```shell
30-
kcp start
30+
kcp start --bind-address=127.0.0.1
3131
```
3232

3333
This launches kcp in the foreground. You can press `ctrl-c` to stop it.

0 commit comments

Comments
 (0)