Port change #3279
Answered
by
jsjoeio
StarNumber12046
asked this question in
General
Port change
#3279
|
How to change the port of the webserver? |
Answered by
jsjoeio
May 4, 2021
Replies: 1 comment 2 replies
|
You can change ports using the Let' say you want to use For the future, you can run |
2 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change ports using the
--bind-addrflag or$PORT.Let' say you want to use
3000. Either of these two options would work:For the future, you can run
code-server --helpto see supported flags.