Skip to content

Commit

Permalink
Fix docker image name in README. (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe authored May 10, 2022
1 parent 1e07625 commit 0cf0e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ HTTP/2.
### Docker

``` sh
docker run --rm -it -p 12111-12112:12111-12112 stripemock/stripe-mock:latest
docker run --rm -it -p 12111-12112:12111-12112 stripe/stripe-mock:latest
```

The default Docker `ENTRYPOINT` listens on port `12111` for HTTP and `12112`
Expand Down

0 comments on commit 0cf0e8d

Please sign in to comment.