taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Local docker example from readme only with `-p 8000:8000` arg #161

Closed benjamin-asdf closed 2 years ago

benjamin-asdf commented 2 years ago

I followed the readme and started the local docker db. Got Connection refused error. I needed to start the docker image like so:

docker run -p 8000:8000 amazon/dynamodb-local

then it worked

joelittlejohn commented 2 years ago

Thanks for mentioning :+1: