mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Use localhost for code-server domain
This commit is contained in:
parent
c046558d33
commit
5b0d11e470
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
code-server <inital directory to open>
|
code-server <inital directory to open>
|
||||||
```
|
```
|
||||||
> You will be prompted to enter the password shown in the CLI
|
> You will be prompted to enter the password shown in the CLI
|
||||||
`code-server` should now be running at https://<IP>:8443.
|
`code-server` should now be running at https://localhost:8443.
|
||||||
|
|
||||||
> code-server uses a self-signed SSL certificate that may prompt your browser to ask you some additional questions before you proceed. Please [read here](doc/self-hosted/index.md) for more information.
|
> code-server uses a self-signed SSL certificate that may prompt your browser to ask you some additional questions before you proceed. Please [read here](doc/self-hosted/index.md) for more information.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue