Skip to content

Commit

Permalink
Make sure port is published if running a local DynamoDB
Browse files Browse the repository at this point in the history
Closes #161
  • Loading branch information
joelittlejohn committed Oct 5, 2021
1 parent 714eced commit 58c5b23
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 @@ -29,7 +29,7 @@ Add Faraday as a dependency to your project and import faraday into your namespa
First thing is to start a DynamoDB Local instance. Once DynamoDB Local is up and running in your terminal, you should see something like:

```sh
$ docker run amazon/dynamodb-local
$ docker run -p 8000:8000 amazon/dynamodb-local
Initializing DynamoDB Local with the following configuration:
Port: 8000
InMemory: true
Expand Down

0 comments on commit 58c5b23

Please sign in to comment.