File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 29
29
- [ What's the difference between code-server and VS Code Codespaces?] ( #whats-the-difference-between-code-server-and-vs-code-codespaces )
30
30
- [ Does code-server have any security login validation?] ( #does-code-server-have-any-security-login-validation )
31
31
- [ Are there community projects involving code-server?] ( #are-there-community-projects-involving-code-server )
32
+ - [ How do I change the port?] ( #how-do-i-change-the-port )
32
33
33
34
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
34
35
@@ -399,3 +400,10 @@ minute plus an additional twelve per hour.
399
400
Visit the [awesome-code-server](https://github.com/cdr/awesome-code-server)
400
401
repository to view community projects and guides with code-server! Feel free to
401
402
add your own!
403
+
404
+ # # How do I change the port?
405
+
406
+ There are two ways to change the port on which code-server runs :
407
+
408
+ 1. with an environment variable e.g. `PORT=3000 code-server`
409
+ 2. using the flag `--bind-addr` e.g. `code-server --bind-addr localhost:3000`
You can’t perform that action at this time.
0 commit comments