We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
jsjoeio
Successfully merging a pull request may close this issue.
If you run
code-server --help
, you see this flag:PORT=3000 code-server
also works#3956
The text was updated successfully, but these errors were encountered: