From c4f16ceff6277a428a73b49354c1b0d301e98bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80ngel=20Oll=C3=A9=20Bl=C3=A1zquez?= Date: Sat, 23 Jul 2022 21:48:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63eee0ba4..020e45b7a 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,10 @@ For instance running as a jar on a Linux/macOS it will look like this: export EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE" export EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations" java -jar target/webgoat-8.2.3-SNAPSHOT.jar +``` Or in a docker run it would (once this version is pushed into docker hub) look like this: + ```Shell docker run -d -p 8080:8080 -p 9090:9090 -e TZ=Europe/Amsterdam -e EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE" -e EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations" webgoat/webgoat ```