You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/self-hosted/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,14 @@ OPTIONS
56
56
Use `code-server -d (path/to/directory)` or `code-server --data-dir=(path/to/directory)`, excluding the parentheses to specify the root folder that VS Code will start in
57
57
58
58
### Host
59
-
By default, code-server will use `0.0.0.0` as it's address. This can be changed by using `code-server -h` or `code-server --host=` followed by the address you want to use.
59
+
By default, code-server will use `0.0.0.0` as its address. This can be changed by using `code-server -h` or `code-server --host=` followed by the address you want to use.
60
60
> Example: `code-server -h 127.0.0.1`
61
61
62
62
### Open
63
63
You can have the server automatically open the VS Code in your browser on startup by using the `code server -o` or `code-server --open` flags
64
64
65
65
### Port
66
-
By default, code-server will use `8443` as it's port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use.
66
+
By default, code-server will use `8443` as its port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use.
67
67
> Example: `code-server -p 9000`
68
68
69
69
### Cert and Cert Key
@@ -73,4 +73,4 @@ OPTIONS
73
73
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md)
74
74
75
75
### Help
76
-
Use `code-server -h` or `code-server --help` to view the usage for the cli. This is also shown at the beginning of this section.
76
+
Use `code-server -h` or `code-server --help` to view the usage for the cli. This is also shown at the beginning of this section.
0 commit comments