Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikcebula committed May 26, 2024
1 parent 1ec01de commit 6fd5aeb
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 @@ -46,7 +46,7 @@ You can use this project to easily create mocks for REST JSON APIs, REST XML API
Run the following command to execute HTTP Mock Service using Docker:
```shell
docker run --rm -p 8080:8080 dominikcebula/http-mock-service:v0.4.4
docker run --rm -p 8080:8080 dominikcebula/http-mock-service:v0.5.1
```

After running above command you will see on the screen:
Expand Down Expand Up @@ -117,7 +117,7 @@ using the
following command:

```shell
docker run --mount type=bind,source=./my_config.yaml,target=/app/config.yaml --rm -p 8080:8080 dominikcebula/http-mock-service:v0.4.4
docker run --mount type=bind,source=./my_config.yaml,target=/app/config.yaml --rm -p 8080:8080 dominikcebula/http-mock-service:v0.5.1
```

Introduced API endpoint can be queried using curl:
Expand Down

0 comments on commit 6fd5aeb

Please sign in to comment.