Port change #3279
Answered
by
jsjoeio
StarNumber12046
asked this question in
General
Port change
#3279
-
|
How to change the port of the webserver? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.