Is there an existing issue for this?
OS/Web Information
Steps to ReproduceGood evening, I successfully managed to install code-server on my dedicated Ubuntu 22.04 LTS on port 8080 which I left free only for the first boot of code-server. I followed the commands in your documentation for changing the port, but every time it resets and returns to 8080 even though I start it this way ExpectedIt should start on the selected port ActualIt always starts on the 8080 creating problems for other connections. LogsNo response Screenshot/VideoNo response Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
NotesNo response |
Answered by
balajib-b
Aug 11, 2022
Replies: 1 comment
|
$ nano ~/.config/code-server/config.yaml |
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ nano ~/.config/code-server/config.yaml
Add this line: bind-addr: 127.0.0.1:3000