From 5b0d11e470cc2add2bf17210679b9fd59eaf6730 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 4 Mar 2019 16:11:48 -0600 Subject: [PATCH] Use localhost for code-server domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f065287c..9bc44953 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ code-server ``` > You will be prompted to enter the password shown in the CLI - `code-server` should now be running at https://: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.