From e3c8c600802366c0b879d3d2c32bb1a07b3c1983 Mon Sep 17 00:00:00 2001 From: Garrit Franke <32395585+garritfra@users.noreply.github.com> Date: Thu, 29 Nov 2018 20:25:57 +0100 Subject: [PATCH] Fix docker command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03594cb..d6516b5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To run a Ditto Node, Docker must be installed on the Machine. Get Docker [here!] After installing Docker, open a command prompt and run the following command to download and run the latest container image of the project ```bash -docker run garritfra/ditto:latest +docker run -p 42000:42000 garritfra/ditto:latest ``` Open your Browser and navigate to `http://localhost:42000`.