Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subashsn authored Oct 30, 2018
1 parent b5e4274 commit d81a3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ The blog post for this release is at https://blog.appsecco.com/damn-vulnerable-n

## Quick start

Try DVNA using a single command with Docker
Try DVNA using a single command with Docker. This setup uses an SQLite database instead of MySQL.

```bash
docker run --name dvna -p 9090:9090 -d appsecco/dvna:sqlite
```

Access the application at http://127.0.0.1:9090/
Access the application at http://127.0.0.1:9090/

## Getting Started

Expand Down

0 comments on commit d81a3cb

Please sign in to comment.