From 7a9e9a1d1854a45d5ef500ac0f4c14dfe1f1a42d Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 6 Oct 2022 09:10:38 +0200 Subject: [PATCH] Updated document Signed-off-by: Dennis Labordus --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index cbc5f9e034..65a772c92f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -52,7 +52,7 @@ It's also possible to run CoMPAS OpenSCD as a docker. Of every release a docker Hub. To run the docker container use the following command. ``` -docker run -it --rm -d -p 8080:80 --name compas-open-scd lfenergy/compas-open-scd:latest +docker run -it --rm -d -p 8080:8080 --name compas-open-scd lfenergy/compas-open-scd:latest ``` Now open a browser and go to "http://localhost:8080". CoMPAS OpenSCD is shown.