Skip to content

Commit

Permalink
Use the official amazon/dynamodb-local image
Browse files Browse the repository at this point in the history
Switch to using the official Amazon dynamodb-local image.

https://hub.docker.com/r/amazon/dynamodb-local/
  • Loading branch information
postmodern authored Apr 12, 2019
1 parent 9636a7b commit aad782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ version: '2'

services:
dynamodb:
image: deangiberson/aws-dynamodb-local
image: amazon/dynamodb-local
ports:
- 8000:8000

0 comments on commit aad782a

Please sign in to comment.