Skip to content

Commit a25eb78

Browse files
authored
Update docker-compose.yml
1 parent 8c20201 commit a25eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
dynamodb:
4-
image: amazon/dynamodb-local
4+
image: amazon/dynamodb-local
55
ports:
66
- "8000:8000"
77
command: ["-jar", "DynamoDBLocal.jar", "-sharedDb", "-inMemory"]

0 commit comments

Comments
 (0)