code-server version: code-server2.preview.11-vsc1.37.0-linux-x86_64 error listen EADDRINUSE: address already in use :::8080
default 8080 port may cause problem with some common application which is necessary sometime . so how to change the default port to some other number like previous one 8443.
And is v2 support --port 8443like input
You can use the --port flag with v2. Run code-server with --help
to see all the available options.
Most helpful comment
You can use the --port flag with v2. Run code-server with --help
to see all the available options.