From 3b48c57861fff8a19fab5d05b6fb955e8c279751 Mon Sep 17 00:00:00 2001 From: John McCambridge Date: Tue, 5 Mar 2019 15:53:35 -0600 Subject: [PATCH] Fix port number in docs (#12) --- 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 e3f71e53f..2a37c2263 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.