From b8b8fb7ec00ae152e0f4f4a70a95f638877e9608 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Tue, 12 May 2020 22:54:17 -0400 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 70163293e..e9a113068 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,6 +47,6 @@ cd libretime vagrant up ubuntu-bionic ``` -If everything works out, you will find LibreTime on [port 8080](http://localhost:8080), icecast on [port 8000](http://localhost:8000) and the docs on [port 8888](http://localhost:8888). +If everything works out, you will find LibreTime on [port 8080](http://localhost:8080) and icecast on [port 8000](http://localhost:8000). Of course, this setup isn't appropriate for production use. For that, check out our [installation instructions](install). More information on the vagrant setup are in [the docs](vagrant).