From 37186e1d90122176d5eeea942a9514929e13acc1 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 19 Jul 2022 23:13:36 +0200 Subject: [PATCH] Explicity add ports to Java command This way we don't have to mention it somewhere in the documentation it is all in one command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8990a816d..63eee0ba4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ docker run -it -p 127.0.0.1:8080:8080 -p 127.0.0.1:9090:9090 -e TZ=Europe/Amster Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/releases](https://github.com/WebGoat/WebGoat/releases) ```shell -java -Dfile.encoding=UTF-8 -jar webgoat-8.2.3.jar +java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-8.2.3.jar ``` Click the link in the log to start WebGoat.