Skip to content

Commit

Permalink
Fix for Docker command to start WebWolf
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Apr 23, 2018
1 parent f30db3a commit 46fedf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WebWolf is also available as a Docker container:

```
docker pull webgoat/webwolf
docker run -it 8081:8081 /home/webwolf/run.sh
docker run -it -p 8081:8081 webgoat/webwolf /home/webwolf/run.sh
```

This will start the application on port 8081, click webWolfLink:here[] to open WebWolf.
Expand Down

0 comments on commit 46fedf3

Please sign in to comment.