#1024: Update landing page

This commit is contained in:
Nanne Baars
2021-08-14 12:33:28 +02:00
committed by Nanne Baars
parent 9cc0ae5c38
commit c8fad66973
4 changed files with 69 additions and 49 deletions

View File

@ -9,5 +9,5 @@ docker build --no-cache --build-arg webgoat_version=8.2.0-SNAPSHOT -t webgoat/go
## Docker run
```shell
docker run -p 80:8888 -p 8080:8080 -p 9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:latest
docker run -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:latest
```