From c8d5e79d66adcab2e15322746d08694df436b4e1 Mon Sep 17 00:00:00 2001 From: Sascha Hagedorn Date: Thu, 30 Jan 2020 12:14:00 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685bd30..4b5772a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ This creates a Docker image with the name `brouter-web`. To run the previously build Docker image run: docker run --rm --name brouter-web \ - -p 127.0.0.1:80:80 \ + -p 127.0.0.1:8080:80 \ -v "`pwd`/config.js:/usr/share/nginx/html/config.js" \ -v "`pwd`/keys.js:/usr/share/nginx/html/keys.js" \ -v "`pwd`/profiles:/usr/share/nginx/html/profiles" \