We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
amazon/dynamodb-local
docker-compose.yml
1 parent 5f70f59 commit bccd884Copy full SHA for bccd884
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
dynamodb:
4
- image: amazon/dynamodb-local
+ image: amazon/dynamodb-local:1.22.0
5
ports:
6
- "8000:8000"
7
command: ["-jar", "DynamoDBLocal.jar", "-sharedDb", "-inMemory"]
0 commit comments