Skip to content

Commit 0a03972

Browse files
authored
Update README.md
1 parent 3e25f36 commit 0a03972

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In case you would like to perform a DevSecOps assessment, the following tools ar
5757
## Container
5858

5959
1. Install [Docker](https://www.docker.com)
60-
2. Run `docker run --rm -p 8080:80 wurstbrot/dsomm:latest
60+
2. Run `docker run --rm -p 8080:8080 wurstbrot/dsomm:latest
6161
3. Browse to <http://localhost:8080> (on macOS and Windows browse to <http://192.168.99.100:8080> if you are using docker-machine instead
6262
of the native docker installation)
6363

@@ -80,10 +80,8 @@ This approach also allows teams to perform self assessment with changes tracked
8080

8181
```bash
8282
#!/bin/bash
83-
yum update -y
84-
yum install -y docker
8583
service docker start
86-
docker run -d -p 80:80 wurstbrot/dsomm:latest
84+
docker run -d -p 80:8080 wurstbrot/dsomm:latest
8785
```
8886

8987
## Tests

0 commit comments

Comments
 (0)