Code-server: how to use another port rather than 8080 in v2

Created on 30 Aug 2019  路  1Comment  路  Source: cdr/code-server


  • code-server version: code-server2.preview.11-vsc1.37.0-linux-x86_64
  • OS Version: ubuntu 18

Description

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
qwe

question

Most helpful comment

You can use the --port flag with v2. Run code-server with --help
to see all the available options.

>All comments

You can use the --port flag with v2. Run code-server with --help
to see all the available options.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

korzq picture korzq  路  3Comments

balazssoltesz picture balazssoltesz  路  3Comments

lshamis picture lshamis  路  3Comments

pchecinski picture pchecinski  路  3Comments

pchecinski picture pchecinski  路  3Comments