1
0
Fork 0

Replace disappeared dynamodb container

Still waiting for an official moto docker distribution.
This commit is contained in:
Andrew Tomaka 2018-06-13 19:06:18 -04:00
parent 99af506ab6
commit 492a2faf9e
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
version: '2' version: '2'
services: services:
dynamodb: dynamodb:
image: bhuisgen/alpine-dynamodb image: verkhoro/moto:1.1.23
command:
- dynamodb2
- "-p"
- "8000"
ports: ports:
- "8898:8000" - "8898:8000"