From 74e1cc5d961fcc6af98f6103567b453ed89962d3 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 15 Jul 2020 15:55:08 +0200 Subject: [PATCH] docs(deployment): fixing documentation --- docs/getting-started/deployment-other.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/deployment-other.md b/docs/getting-started/deployment-other.md index 81fb66e0a8..26c70acac4 100644 --- a/docs/getting-started/deployment-other.md +++ b/docs/getting-started/deployment-other.md @@ -23,5 +23,5 @@ $ yarn docker-build:all $ docker-compose up ``` -Then open http://localhost/ on your browser to see the example app with an +Then open http://localhost:3000 on your browser to see the example app with an example backend.