From 8cf84ec5dcb0782dec68606874c653f153b74fa7 Mon Sep 17 00:00:00 2001 From: John McCambridge Date: Tue, 5 Mar 2019 15:06:21 -0600 Subject: [PATCH] fix port number --- doc/self-hosted/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/self-hosted/index.md b/doc/self-hosted/index.md index e3f71e53ff64..2a37c2263a0d 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -8,7 +8,7 @@ This document pertains to Coder specific implementations of VS Code. For documentation on how to use VS Code itself, please refer to the official [documentation for VS Code](https://code.visualstudio.com/docs) -It takes just a few minutes to get your own self-hosted server running. If you've got a machine running macOS, Windows, or Linux, you're ready to start the binary which listens on port `8080` by default. +It takes just a few minutes to get your own self-hosted server running. If you've got a machine running macOS, Windows, or Linux, you're ready to start the binary which listens on port `8443` by default.