From f7871942dad1f38858c997402be1fc87addfa832 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Wed, 25 Aug 2021 18:44:54 +0200 Subject: [PATCH] Add mapping for localhost:80 to nginx --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index bcbf80786..279162753 100644 --- a/README.MD +++ b/README.MD @@ -36,7 +36,7 @@ Every release is also published on [DockerHub]((https://hub.docker.com/r/webgoat The easiest way to start WebGoat as a Docker container is to use the all-in-one docker container. This is a docker image that has WebGoat and WebWolf running inside. ```shell -docker run -it -p 127.0.0.1:8080:8080 -p 127.0.0.1:9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:v8.2.1 +docker run -it -p 127.0.0.1:80:8888 -p 127.0.0.1:8080:8080 -p 127.0.0.1:9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:v8.2.1 ``` WebGoat will be located at: http://127.0.0.1:8080/WebGoat