File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2929- [ What's the difference between code-server and VS Code Codespaces?] ( #whats-the-difference-between-code-server-and-vs-code-codespaces )
3030- [ Does code-server have any security login validation?] ( #does-code-server-have-any-security-login-validation )
3131- [ 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 )
3233
3334<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3435
@@ -399,3 +400,10 @@ minute plus an additional twelve per hour.
399400Visit the [awesome-code-server](https://github.com/cdr/awesome-code-server)
400401repository to view community projects and guides with code-server! Feel free to
401402add 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