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.
1 parent fac40a5 commit e320dbbCopy full SHA for e320dbb
.devcontainer/docker-compose.yml
@@ -3,7 +3,7 @@ version: '3'
3
services:
4
dynamodb-local:
5
command: "-jar DynamoDBLocal.jar -sharedDb -dbPath ./data"
6
- image: "amazon/dynamodb-local:latest@sha256:7c1ce43fddc5d38ce68bbdab7e0ea9df6844a85a3df9b5c905da918c1c276625"
+ image: "amazon/dynamodb-local:latest@sha256:1856c05cc66a0e49dc1099e483ad2851477eeebe2135250ac11a1d1227db54b1"
7
container_name: dynamodb-local
8
ports:
9
- "9000:8000"
0 commit comments