We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you run code-server --help, you see this flag:
code-server --help
--bind-addr Address to bind to in host:port. You can also use $PORT to override the port.
PORT=3000 code-server also works
PORT=3000 code-server
#3956