-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
$ nano ~/.config/code-server/config.yaml |
Beta Was this translation helpful? Give feedback.
$ nano ~/.config/code-server/config.yaml
Add this line: bind-addr: 127.0.0.1:3000