Skip to content

Commit 6a9acf4

Browse files
author
Hubert Dryja
committedJan 22, 2020
readme updated
1 parent 0475834 commit 6a9acf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Alternatively you can build a Docker image by changing to the docker directory a
4343
```
4444
docker build -t nosqlmap .
4545
```
46+
47+
or you can use Docker-compose to run Nosqlmap:
48+
```
49+
docker-compose build
50+
docker-compose run nosqlmap
51+
```
4652
## Usage Instructions
4753
Start with
4854
```

0 commit comments

Comments
 (0)
Please sign in to comment.